Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default Ignoring #VALUE! errors and MORE!!!!!

Brilliant!!! Works fine now.
Cheers Rick and blast my incompetence.

"Rick Rothstein" wrote:

To explain... the #VALUE! error didn't come from the error produced by your
cells, it came from trying to divide text (in this case, the empty string ""
from your formula) by a number (in this case, the number 2).

--
Rick (MVP - Excel)


"Rick Rothstein" wrote in message
...
Move the division by 2 into the False part of your formula...

=IF(ISERROR((B25-A25)/2),"",(BB25-AB25)/2)

--
Rick (MVP - Excel)


"Romileyrunner1" wrote in
message ...
Using the following formula:
=IF(ISERROR((BB25-AB25)/2),"",BB25-AB25)/2

But it comes up with #value! errors (some data not available in each BB
or
AB column)
I can hide these with conditional formatting but I am then using the
following formula linked to that column of cells:

=SUMPRODUCT(($H$10:$H$89<2)*($I$10:$I$890)*($E$10 :$E$89="Female")($BE$10:$BE$89))/SUMPRODUCT(($H$10:$H$89<2)*($I$10:$I$890)*($E$10: $E$89="Female"))

(The column witht the #VALUE! errors in is the BE10:BE89).

Any suggestions?? There must be a way of ignoring the error cells and
just
extracting the data from the completed BE10:BE89 cells. OR do I have to
do
something with BE10:BE89 cells in the first place to stop the #VALUE!
errors
initially?

Many thanks you clever guys !!!!!




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
SUM ignoring errors Darby Excel Discussion (Misc queries) 2 July 2nd 08 05:29 PM
Lookup or Reference function ignoring errors JD Excel Worksheet Functions 2 July 24th 07 11:00 PM
Statistical Functions ignoring errors excelBRISKbaby Excel Discussion (Misc queries) 1 June 7th 07 08:35 PM
Ignoring text and errors with Sumproduct SteveC Excel Worksheet Functions 3 May 1st 06 07:05 PM
Ignoring Lines with Errors in Pivot Tables Darren Excel Worksheet Functions 3 March 22nd 05 09:13 PM


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