-----Original Message-----
LOL - You're going to kick yourself over this one (Had me confused for a while
though!!!).
Take a look at each of your formulas that contain a reference to Col O. they
all look like this
=SUMPRODUCT(....*(ABS(Reaches_P11!N2:N254-Reaches_P11!O2- O254)>10))
You screwed up the range reference and have put a '-' in instead of a ':'
Should be as follows:-
=SUMPRODUCT(.....*(ABS(Reaches_P11!N2:N254-Reaches_P11! O2-O254)>10)) NO!!!!!
=SUMPRODUCT(.....*(ABS(Reaches_P11!N2:N254-Reaches_P11! O2:O254)>10)) YES!!
......................................................... .........................
.....................^^............
--
Merry Xmas
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 00/02/03
--------------------------------------------------------- -------------------
Seasons Greetings and Very Best wishes to all
--------------------------------------------------------- -------------------
Hi Ken,
I have just sent the file to your email.
I very much appreciate your help.
thanks
-----Original Message-----
Are you able to mail me a copy of the workbook in question? Please be aware
though that in my Day-Job I work for a company called Lockheed Martin, so just
be sure there is nothing I shouldn't be seeing by
virtue
of that. You would
need to take the nospam bit out of my email address.
MVP -
Excel
Sys Spec - Win XP Pro / XL 00/02/03
------------------------------------------------------
---
-------------------
Seasons Greetings and Very Best wishes to all
------------------------------------------------------
---
-------------------
Actually I did try to format the cells to number
and I
am
using function "ABS" to type cast it., still giving me
errror
-----Original Message-----
Do you by any chance have any text entries in the
N2:N252 range - That will kill
it and give you the #VALUE error.
--
Regards
Ken....................... Microsoft MVP -
Excel
Sys Spec - Win XP Pro / XL 00/02/03
---------------------------------------------------
---
--- ---
---
-------------------
=SUMPRODUCT((Reaches_P11!A2:A252<>"")*(ABS (Reaches_P11!
N2:N252)))/5280
I tried the above formula and it gives #VALUE error.
Please help.
Thanks
-----Original Message-----
For the first part, either use
=SUMPRODUCT(--(A2:A252<>""),(N2:N252))
or
=SUMPRODUCT((A2:A252<>"")*(N2:N252))
To sum if the corresponding values in A *are* blank
just
change the <> to an =
For the second:-
=SUMPRODUCT((A2:A252<>"")*(ABS((D2
252)- (E2:E252))
<10)*
(N2:N252))
--
Regards
Ken....................... Microsoft
MVP -
Excel
Sys Spec - Win XP Pro / XL 00/02/03
------------------------------------------------
---
--- ---
---
---
-------------------
message
I am trying to add the values in col. n if their
corresponding values in col A are not blank.
The following formula is not working, please help.
Also how will that formula change if I want to sum
the
values in N2:N252 if
1. its corresponding values in col a is not blank
2. if the differecence between the corresponding
values
in col. D and col E is less than 10.
Please help.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system
(
http://www.grisoft.com).
Version: 6.0.554 / Virus Database: 346 - Release Date:
20/12/2003
.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system
(
http://www.grisoft.com).
Version: 6.0.554 / Virus Database: 346 - Release Date:
20/12/2003
.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (
http://www.grisoft.com).
Version: 6.0.554 / Virus Database: 346 - Release Date: 20/12/2003
.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (
http://www.grisoft.com).
Version: 6.0.554 / Virus Database: 346 - Release Date: 20/12/2003
.