![]() |
#DIV/O! help to show zero.
I've researched the forum and tried many different solutions. Still having
problems to get my formula to show zero. In Cell AB277: (V287/F287)-1, to be shown as a percentage, but when there is a null number in both V287 & F287 it shows #Div/0!. Instead, I'd like cell AB277 to show zero (0). Would appreciate the help. Thanks, Allan |
#DIV/O! help to show zero.
=IF(ISERROR(yourformula),0,yourformula)
-- Gary''s Student - gsnu200839 |
#DIV/O! help to show zero.
An alternative =IF(A2,A1/A2,0) or =--IF(A2,A1/A2) -- oldchippy ------------------------------------------------------------------------ oldchippy's Profile: http://www.thecodecage.com/forumz/member.php?userid=111 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=76190 |
#DIV/O! help to show zero.
try
=IF(ISERROR((V287/F287)-1),0,(V287/F287)-1) -- Hope this is helpful Pls click the Yes button below if this post provide answer you have asked Thank You cheers, francis "Allan Grates" wrote: I've researched the forum and tried many different solutions. Still having problems to get my formula to show zero. In Cell AB277: (V287/F287)-1, to be shown as a percentage, but when there is a null number in both V287 & F287 it shows #Div/0!. Instead, I'd like cell AB277 to show zero (0). Would appreciate the help. Thanks, Allan |
All times are GMT +1. The time now is 07:20 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com