Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default #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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default #DIV/O! help to show zero.

=IF(ISERROR(yourformula),0,yourformula)

--
Gary''s Student - gsnu200839
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default #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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 175
Default #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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 temp Excel Worksheet Functions 2 December 24th 07 10:45 PM
Better example I hope how can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 temp Excel Discussion (Misc queries) 4 December 24th 07 02:21 AM
Better example I hope how can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 temp Excel Worksheet Functions 4 December 24th 07 02:21 AM
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 temp Excel Discussion (Misc queries) 2 December 14th 07 07:36 PM
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 temp Excel Worksheet Functions 2 December 14th 07 07:36 PM


All times are GMT +1. The time now is 12:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"