Separate totals from spreadsheet

Orangeanorak

Active Member
Joined
Nov 22, 2002
Messages
274
Office Version
  1. 365
Platform
  1. Windows
I have a sheet of 100 lines

Some are marked Gift Aid - some are not named

What formula do I need to provide a total for the Gigt Aid columns and a separate total for the not named

Thanks
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Try SUMIF -- assuming the Gift Aid bit is in column a -

=SUMIF(A1:A100,"Gift Aid",B1:B100)

=SUMIF(A1:A100,"<>Gift Aid",B1:B100)

The 1st will sum B1:B100 if the corresponding A cell is equal to "Gift Aid"; the 2nd formula sums everything else.
 
Upvote 0

Forum statistics

Threads
1,203,100
Messages
6,053,529
Members
444,669
Latest member
Renarian

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