Hi everyone!
So here's what I got:
=IF(ISNUMBER(SEARCH("U",$G3)),IF(AND(S$2>=$H3,S$2<$I3),"x",""),"")
=IF(ISNUMBER(SEARCH("U",$J3)),IF(AND(S$2>=$K3,S$2<$L3),"x",""),"")
I'm currently using these two IF functions and I want to combine then into one formula that make it so if one of these two conditions is true it puts an x in the cell. I've been messing with this for hours and can't seem to get it to work!
Eventually I would like to use three of these functions. Unfortunately I'm very new to this and am struggling to figure it out. Thanks for any help.
edit: To be more clear it's the text in green that i want to be OR'd to give the result of:
If one is true "x"
If false " "
Bookmarks