• 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.

if or and empty cells

Rodrigues

Member
all
I'm looking for a formula with multiple if/or statements, let's say:

Formula need on Cell CC4

Conditions:
if(BX4="",""
if(BY4="", check if there is a value on CB4 if yes =IF(CB4>10,"Hello", if not ""
if(CB4="", check if there is a value on BY4 if yes =IF(BY4>0),"Hello", if not ""


Have a formula on file attached,
=IF(BX4="","",IF(BY4="","",IF(CB4="","",IF(OR(BY4>0,CB4>10),"Hello",""))))
however is not doing what I need, as per example on cell CC6, should return Hello.
Thanks in advance
regards
R
 

Attachments

  • Book1.xlsm
    22.6 KB · Views: 8
Back
Top