Fomula help needed

J

Jeremy

I am looking for a way to formulate the data in C19-24 as well as D19-24
using the information in A,B,C and D 1-4. Can someone please help with a
formula.

Thank you


A B C D
1 JAN JUNE 2 4
2 MAR JUNE 1 16
3 MAR MAR 2 2
4 FEB MAR 3 4

A B C D
19 JAN 2 4
20 FEB 5 8
21 MAR 8 26
22 APRIL 3 20
23 MAY 3 20
24 JUNE 3 20
 
L

Luke M

column C
=SUMIF(A$1:A$4,A19,C$1:C$4)+SUMIF(B$1:B$4,A19,C$1:C$4)

column D
=SUMIF(A$1:A$4,A19,D$1:D$4)+SUMIF(B$1:B$4,A19,D$1:D$4)

Place formulas into row 19 of each respective column, and copy down.
 

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