misspaulaj
New Member
- Joined
- Feb 4, 2014
- Messages
- 14
Hi Everyone,
This formula is working perfectly for the most part but If the cell in the range is blank, I want it to return a result of "Not Recv'd" instead it is returning a blank. I don't want that. Help! I want it to return the same result of "Not Recv'd" for an error and a blank.
=IF(ISERROR(VLOOKUP(C2,'[CGD 2014 Monthly Master List.xlsm]1'!$A$7:$E$49,5,0)),"Not Recv'd",VLOOKUP(C2,'[CGD 2014 Monthly Master List.xlsm]1'!$A$7:$E$49,5,0))
This formula is working perfectly for the most part but If the cell in the range is blank, I want it to return a result of "Not Recv'd" instead it is returning a blank. I don't want that. Help! I want it to return the same result of "Not Recv'd" for an error and a blank.
=IF(ISERROR(VLOOKUP(C2,'[CGD 2014 Monthly Master List.xlsm]1'!$A$7:$E$49,5,0)),"Not Recv'd",VLOOKUP(C2,'[CGD 2014 Monthly Master List.xlsm]1'!$A$7:$E$49,5,0))