Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default My IF statement won't work for my formula

The formula I want to use is =100%-H3/B3. This is to give a failure ratio for
products made. My problem is I have tried many IF statements so that if the
cell reference is blank prior to having data in it the formula cell will
remain blank however at the moment because it knows the cell is empty it
comes up with an error meassge. #DIV/0!. The problem is that because it is
filled down to 500 records when the person using it tries to print one page
because it has the error message going down to 500 records excel assumes you
want the whole 11 pages. Any help for an IF ststement that would result in
the cell reading blank instead of an error would be much appreciated,
Cheers,
Adam
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default My IF statement won't work for my formula

Try this:

=IF(B3="","",100%-H3/B3)

Hope this helps.

Pete

On Feb 3, 1:04 am, AdzRay wrote:
The formula I want to use is =100%-H3/B3. This is to give a failure ratio for
products made. My problem is I have tried many IF statements so that if the
cell reference is blank prior to having data in it the formula cell will
remain blank however at the moment because it knows the cell is empty it
comes up with an error meassge. #DIV/0!. The problem is that because it is
filled down to 500 records when the person using it tries to print one page
because it has the error message going down to 500 records excel assumes you
want the whole 11 pages. Any help for an IF ststement that would result in
the cell reading blank instead of an error would be much appreciated,
Cheers,
Adam



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default My IF statement won't work for my formula

Thank you Pete for your suggestion. Unfortunately it didn't work, it changed
the error message to "FALSE" and the actual formula then didn't work once the
reference cells had data in them. However I appreciate you posting a
suggestion.

"Pete_UK" wrote:

Try this:

=IF(B3="","",100%-H3/B3)

Hope this helps.

Pete

On Feb 3, 1:04 am, AdzRay wrote:
The formula I want to use is =100%-H3/B3. This is to give a failure ratio for
products made. My problem is I have tried many IF statements so that if the
cell reference is blank prior to having data in it the formula cell will
remain blank however at the moment because it knows the cell is empty it
comes up with an error meassge. #DIV/0!. The problem is that because it is
filled down to 500 records when the person using it tries to print one page
because it has the error message going down to 500 records excel assumes you
want the whole 11 pages. Any help for an IF ststement that would result in
the cell reading blank instead of an error would be much appreciated,
Cheers,
Adam




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default My IF statement won't work for my formula

Try this one: =IF(B3=0,0,100%-H3/B3)
--
Virg


"AdzRay" wrote:

Thank you Pete for your suggestion. Unfortunately it didn't work, it changed
the error message to "FALSE" and the actual formula then didn't work once the
reference cells had data in them. However I appreciate you posting a
suggestion.

"Pete_UK" wrote:

Try this:

=IF(B3="","",100%-H3/B3)

Hope this helps.

Pete

On Feb 3, 1:04 am, AdzRay wrote:
The formula I want to use is =100%-H3/B3. This is to give a failure ratio for
products made. My problem is I have tried many IF statements so that if the
cell reference is blank prior to having data in it the formula cell will
remain blank however at the moment because it knows the cell is empty it
comes up with an error meassge. #DIV/0!. The problem is that because it is
filled down to 500 records when the person using it tries to print one page
because it has the error message going down to 500 records excel assumes you
want the whole 11 pages. Any help for an IF ststement that would result in
the cell reading blank instead of an error would be much appreciated,
Cheers,
Adam




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default My IF statement won't work for my formula

Thank you so much! Your formula worked perfectly the cell remains blank until
it shows the required data. Thank you for posting your suggestion. Thank you
also to Don also for taking the time to respond to my question.
Cheers,
Adam

"Virg" wrote:

Try this one: =IF(B3=0,0,100%-H3/B3)
--
Virg


"AdzRay" wrote:

Thank you Pete for your suggestion. Unfortunately it didn't work, it changed
the error message to "FALSE" and the actual formula then didn't work once the
reference cells had data in them. However I appreciate you posting a
suggestion.

"Pete_UK" wrote:

Try this:

=IF(B3="","",100%-H3/B3)

Hope this helps.

Pete

On Feb 3, 1:04 am, AdzRay wrote:
The formula I want to use is =100%-H3/B3. This is to give a failure ratio for
products made. My problem is I have tried many IF statements so that if the
cell reference is blank prior to having data in it the formula cell will
remain blank however at the moment because it knows the cell is empty it
comes up with an error meassge. #DIV/0!. The problem is that because it is
filled down to 500 records when the person using it tries to print one page
because it has the error message going down to 500 records excel assumes you
want the whole 11 pages. Any help for an IF ststement that would result in
the cell reading blank instead of an error would be much appreciated,
Cheers,
Adam



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
Array, Formula, Constant, IF Statement Question???? SayWhatAuto Excel Discussion (Misc queries) 4 January 1st 07 09:36 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
IF formula - evaluation shows it should work but... Juliet Excel Worksheet Functions 6 January 17th 06 10:39 PM
Auto Extend Formulas doesn't work for a particular formula niwrad Excel Discussion (Misc queries) 3 January 9th 06 09:36 AM
Excel 97 - Adding Every 8th Row - Formula should work, but doesn't Damaeus Excel Worksheet Functions 12 January 23rd 05 04:52 PM


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