ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   to show value = 0 if cell bank (https://www.excelbanter.com/excel-discussion-misc-queries/218000-show-value-%3D-0-if-cell-bank.html)

ramzi

to show value = 0 if cell bank
 
hi there,

i have formula as below....

=VLOOKUP(J5,'C:\System\[member.xls]member'!$O$2:$P$10064,2,FALSE)

if J5 is blank, it will show some number... how i going to ensure the value
is 0 if J5 is blank.

rgds

lidaroz

to show value = 0 if cell bank
 
hello,

If I understood you correctly, you can use formula:
=if(J5="",0,VLOOKUP(J5,'C:\System\[member.xls]member'!$O$2:$P$10064,2,FALSE))

The result of this formula will be 0 if J5 is blank

"ramzi" пишет:

hi there,

i have formula as below....

=VLOOKUP(J5,'C:\System\[member.xls]member'!$O$2:$P$10064,2,FALSE)

if J5 is blank, it will show some number... how i going to ensure the value
is 0 if J5 is blank.

rgds


Gary''s Student

to show value = 0 if cell bank
 
=IF(J5="",0,VLOOKUP(J5,'C:\System\[member.xls]member'!$O$2:$P$10064,2,FALSE))
--
Gary''s Student - gsnu200829

ramzi

to show value = 0 if cell bank
 
hi lidaroz n Gary,

Thanks for your help. it works..
:)

bye

"lidaroz" wrote:

hello,

If I understood you correctly, you can use formula:
=if(J5="",0,VLOOKUP(J5,'C:\System\[member.xls]member'!$O$2:$P$10064,2,FALSE))

The result of this formula will be 0 if J5 is blank

"ramzi" пишет:

hi there,

i have formula as below....

=VLOOKUP(J5,'C:\System\[member.xls]member'!$O$2:$P$10064,2,FALSE)

if J5 is blank, it will show some number... how i going to ensure the value
is 0 if J5 is blank.

rgds



All times are GMT +1. The time now is 04:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com