Thread
:
Excel Formula Errors
View Single Post
#
5
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
Excel Formula Errors
try
=3000272.02
instead
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Griffey5" wrote in message
...
I tried using the last condition only and it does nothing. So the problem
is
in the last condition. I don't see what the problem could be.
"David Biddulph" wrote:
Three questions:
Did you enter it as an array formula (Control Shift Enter) ?
Are you sure that your column H data are text strings (as you've put the
="3000272.02" condition in quotes) ?
Did you try it with just the 3rd condition, removing the 1st and 2nd ?
--
David Biddulph
"Griffey5" wrote in message
...
What is wrong with this formula?
=SUM(IF(('Batch Log'!A2:A2001="February")*('Batch
Log'!G2:G2001="530204-03")*('Batch Log'!H2:H2001="3000272.02"),'Batch
Log'!F2:F2001,0))
It will compute successfully with just the first two conditions, but
cannot
when the third condition is added.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett