Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(ISERROR(yourformula),0,yourformula)
-- Gary''s Student - gsnu200839 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 | Excel Worksheet Functions | |||
Better example I hope how can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 | Excel Discussion (Misc queries) | |||
Better example I hope how can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 | Excel Worksheet Functions | |||
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 | Excel Discussion (Misc queries) | |||
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 | Excel Worksheet Functions |