I need to Sum the value D2:G1000

G

Guest

Hello from Steved

Below is a formuls for 4 periods I've done the below but ned to add col
D2:G1000

I'got it to work for Column D But when I add In D2:G1000 it is only adding D
Column

What is require to sum The value D2:G1000 Please.

=SUMIF($C$2:$C$1000,"City Depot",D$2:D$1000)

Thankyou.
 
B

Bob Phillips

=SUMPRODUCT(($C$2:$C$1000="City Depot")*(D$2:G$1000))

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
G

Guest

Thankyou very much.

Bob Phillips said:
=SUMPRODUCT(($C$2:$C$1000="City Depot")*(D$2:G$1000))

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Top