• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Minimum if range contains text

Manny Singh

Member
Hi All,

Could you please help write a formula for problem described in attached excel file?

Thanks,
Mani
 

Attachments

  • Book1.xlsx
    44 KB · Views: 11
If you don't have Excel 2016:

=MIN(IF(ISNUMBER(SEARCH("Fill*",A3:A9)),H3:H9))

CSE (Control Shift Enter) - Array Formula
Hi Paul,

Works perfect, thanks. Is it possible to adjust formula so it ignores blank cells and not return zero?
 
Back
Top