Can someone please assist with an IF statement?
I have 2 separate IF statements I would like to combine into a cell:
=IF(J4>0,"CIRCULATE","")
=IF(K4>0, "DRILL","")
So basically I want cell L4 to remain empty unless J4>0 which then i would want it to read "CIRCULATE" and if K4>0 then i would want cell L4 to read "DRILL"
Cells J4 and K4 will never have values greater than 0 simultaneously.
Thanks for any assistance.
Bookmarks