Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 318
Default Dont want #DIV/0!.

This is my formula =IF(Q8="0",0%,P8/Q8). Cell P8 and Q8 are formatted as
time (37:30:55) If cells P8 and Q8 equal 0:00:00 then my answer is
#DIV/0!. I want the answer to be 0.0% . How do I do that? Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,117
Default Dont want #DIV/0!.

=IF(iserror(Q8="0",0%,P8/Q8),"0",(Q8="0",0%,P8/Q8))

try that
:)
susan


On Jan 3, 9:57*am, Wanna Learn
wrote:
This is my formula =IF(Q8="0",0%,P8/Q8). * Cell P8 and *Q8 are formatted *as
time (37:30:55) * If *cells P8 and Q8 equal 0:00:00 then my answer is
#DIV/0!. *I want the answer to be 0.0% . *How do I do that? * *Thanks *


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,117
Default Dont want #DIV/0!.

duh, susan, try reading the formula first........

=IF(iserror(P8/Q8),"0%",(P8/Q8))

try that one instead.
sorry!
susan



3, 10:08*am, Susan wrote:
=IF(iserror(Q8="0",0%,P8/Q8),"0",(Q8="0",0%,P8/Q8))

try that
:)
susan

On Jan 3, 9:57*am, Wanna Learn
wrote:



This is my formula =IF(Q8="0",0%,P8/Q8). * Cell P8 and *Q8 are formatted *as
time (37:30:55) * If *cells P8 and Q8 equal 0:00:00 then my answer is
#DIV/0!. *I want the answer to be 0.0% . *How do I do that? * *Thanks *- Hide quoted text -


- Show quoted text -


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Dont want #DIV/0!.

Try removing the "" around the 0. Adding "" will make an 'integer' appear as
'text'

Regards,
Ryan--


--
RyGuy


"Wanna Learn" wrote:

This is my formula =IF(Q8="0",0%,P8/Q8). Cell P8 and Q8 are formatted as
time (37:30:55) If cells P8 and Q8 equal 0:00:00 then my answer is
#DIV/0!. I want the answer to be 0.0% . How do I do that? Thanks

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
I dont want #N/A! KDD Excel Discussion (Misc queries) 12 December 1st 06 01:22 AM
Dont know if this is possible to do Jahcureus Excel Discussion (Misc queries) 0 February 3rd 06 11:47 AM
Dont know if this is possible to do pinmaster Excel Discussion (Misc queries) 0 February 3rd 06 11:21 AM
Dont know what to use. BRIAN Excel Worksheet Functions 1 January 25th 06 07:45 AM
I know what I need but dont know how to do it solar_eclipse2 Excel Worksheet Functions 5 June 6th 05 01:44 AM


All times are GMT +1. The time now is 03:59 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"