Formula assistance

rjc4

Well-known Member
Joined
Nov 6, 2004
Messages
502
Hi All,
In columnA starting at row 29, I have the date repeated down many rows.

In columnQ commencing at row 29, I have positive and negative numbers.

How can I find the sum of columnQ which corresponds to the repeated date in A.

Example:
ColA ColQ
10/6/06 -6
10/6/06 8
10/6/06 15
10/6/06 -3

Answer: 10/6/06 is 14

Could anyone help please.
Regards,
RC
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi

If you enter the date you want the total for into (lets say) cell B25, then in cell B26 enter this :

=SUMIF(A29:A100,"="&B25,Q29:Q100)

Extend the range beyond 100 rows to suit.

HTH, Andrew
 
Upvote 0
G'day Andrew,
That works fine for me. Much obliged.
Cheers,
Rick :biggrin:


Hi

If you enter the date you want the total for into (lets say) cell B25, then in cell B26 enter this :

=SUMIF(A29:A100,"="&B25,Q29:Q100)

Extend the range beyond 100 rows to suit.

HTH, Andrew
 
Upvote 0

Forum statistics

Threads
1,214,648
Messages
6,120,726
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top