I want to return a value if any of three cells is blank, or contains data for that matter. I'm having an issue with the ISBLANK function containing too many arguments. Here's what I have:
=IF(ISBLANK(F2,J2,K2),No,Yes)
The ISBLANK function only lets me return a value when one cell is referenced, but not multiple.
Please help!
Bookmarks