Eric Livesay
Board Regular
- Joined
- Feb 13, 2008
- Messages
- 127
Hello fellas,
I have 2 different formulas in 2 different cells that returns "N/A" or "#VALUE!" if there is no data in the cell it's referenceing.
How can i keep the cell from displaying "N/A" or "#VALUE!"?
These are my formulas:
=AV277+LOOKUP(AW277,{"Fail","Pass"}, {10,100})
=IF(M343<>"",SUM(M343+180),"")
Do i have to nest an "ISNA" or "IF" formula in with it? If so, how?
Thanks in advance!
I have 2 different formulas in 2 different cells that returns "N/A" or "#VALUE!" if there is no data in the cell it's referenceing.
How can i keep the cell from displaying "N/A" or "#VALUE!"?
These are my formulas:
=AV277+LOOKUP(AW277,{"Fail","Pass"}, {10,100})
=IF(M343<>"",SUM(M343+180),"")
Do i have to nest an "ISNA" or "IF" formula in with it? If so, how?
Thanks in advance!