Formula Issue

S

Steved

Hello from Steve Dee. Both formulas are the same (Arrays)
If I put 11-190 perfect, if I put 305 or 2000 won't work.

I would be happy if this could be solved please.

Works
=SUM(IF('Paradox-Kilometres'!$E$2:$E$5000="11-190",IF
('Paradox-Kilometres'!F$2:F$5000="1-City",'Paradox-
Kilometres'!$D$2:$D$5000,0),0))

Does not work
SUM(IF('Paradox-Kilometres'!$E$2:$E$5000="305",IF('Paradox-
Kilometres'!F$2:F$5000="1-City",'Paradox-Kilometres'!
$D$2:$D$5000,0),0))
Thankyou
 
F

Frank Kabel

Hi
remove the double quotation marks around 305. So use =305 instead of
="305"
 
S

Steved

Hello Frank From Steved

Frank firstly Thankyou.

You in your previous posts have advised people to look at
xlDynamic.cm/Sumproducts

This is what I found for my solution, and silly me.

=SUM(IF(A1:A10="Ford",IF(B1:B10="June",1,0),0)

So hence the double quotation marks around 305 and in my
mind I was thinking it has to right.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top