I have the function: H3 =IF(OR($C3="2011-06",F3=""),"",IF(F3<-0.044,-1,IF(F3>0.044,1,0)))
In the 1st parathesis I want to add another OR function that states if F3 is blank then H3 returns blank, if F3 is not blank then it runs the 2nd parathesis.
Thank you for any help in advance!
Bookmarks