![]() |
Formula Error
I have the following formula with an error. I am trying to get an na to be a
-0- if the lookup is 0. =IF(ISNA((VLOOKUP($B13,pmp3w1,3,0)),0,VLOOKUP($B13 ,pmp3w1,3,FALSE) |
Formula Error
Try
=IF(ISNA(VLOOKUP(B13,pmp3w1,3,0)),0,VLOOKUP(B13,pm p3w1,3,0)) Mike "roxiemayfield" wrote: I have the following formula with an error. I am trying to get an na to be a -0- if the lookup is 0. =IF(ISNA((VLOOKUP($B13,pmp3w1,3,0)),0,VLOOKUP($B13 ,pmp3w1,3,FALSE) |
Formula Error
Thank you so much! That works. "Mike H" wrote: Try =IF(ISNA(VLOOKUP(B13,pmp3w1,3,0)),0,VLOOKUP(B13,pm p3w1,3,0)) Mike "roxiemayfield" wrote: I have the following formula with an error. I am trying to get an na to be a -0- if the lookup is 0. =IF(ISNA((VLOOKUP($B13,pmp3w1,3,0)),0,VLOOKUP($B13 ,pmp3w1,3,FALSE) |
Formula Error
Glad I could help, it was only a parenthesis problem
"roxiemayfield" wrote: Thank you so much! That works. "Mike H" wrote: Try =IF(ISNA(VLOOKUP(B13,pmp3w1,3,0)),0,VLOOKUP(B13,pm p3w1,3,0)) Mike "roxiemayfield" wrote: I have the following formula with an error. I am trying to get an na to be a -0- if the lookup is 0. =IF(ISNA((VLOOKUP($B13,pmp3w1,3,0)),0,VLOOKUP($B13 ,pmp3w1,3,FALSE) |
All times are GMT +1. The time now is 12:42 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com