![]() |
Can I turn the #N/A result from a lookup function to a zero?
Can I turn the #N/A result from a lookup function to a zero?
Thanks |
Can I turn the #N/A result from a lookup function to a zero?
= if(isError( 'yourlookupcodehere) , 0 , 'yourlookupcodehere)
"Chase" wrote: Can I turn the #N/A result from a lookup function to a zero? Thanks |
Can I turn the #N/A result from a lookup function to a zero?
=IF(ISNA(VLOOKUP(A1,C1:D100,2,FALSE)),0,VLOOKUP(A1 ,C1:D100,2,FALSE))
Regards, Alan. "Chase" wrote in message ... Can I turn the #N/A result from a lookup function to a zero? Thanks |
Can I turn the #N/A result from a lookup function to a zero?
"Chase" wrote: Can I turn the #N/A result from a lookup function to a zero? Thanks |
Can I turn the #N/A result from a lookup function to a zero?
=IF(ISNA(your formula),0,your formula)
"mbpoet" wrote in message ... "Chase" wrote: Can I turn the #N/A result from a lookup function to a zero? Thanks |
All times are GMT +1. The time now is 11:21 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com