MARKEGANDERSON
Active Member
- Joined
- Apr 7, 2007
- Messages
- 267
Hello All - I am having issues combining the below:
=IF(ISNA(MATCH(H11,FIT,0)),"",IF(ISNA(MATCH(H7,PFT,0)),$W$1,""))
They work fine without the combination:
=IF(ISNA(MATCH(H7,PFT,0)),"",$W$1)
=IF(ISNA(MATCH(H11,FIT,0)),"",$W$1)
How can i combine both?
=IF(ISNA(MATCH(H11,FIT,0)),"",IF(ISNA(MATCH(H7,PFT,0)),$W$1,""))
They work fine without the combination:
=IF(ISNA(MATCH(H7,PFT,0)),"",$W$1)
=IF(ISNA(MATCH(H11,FIT,0)),"",$W$1)
How can i combine both?