Totals Can Change Each Month

rgillson3

Board Regular
Joined
Oct 3, 2013
Messages
132
Office Version
  1. 365
Platform
  1. Windows
I have a spreadsheet I use to track ACH payments I submit, mainly on the 1st, 3rd and 5th.

I have months listed across in cells H3-S3.

In cell A3 I have the date for the month I'm working with.

Below, I have names in cells A5-A25, amounts in F5-F25. Then, under each month I have "boxes" where I insert an "X", or a non-normal date like "6th".

I want to show the current month's totals underneath each "section" in Column A.

Currently, I'm using the formula =IF($A$3=L$3,SUMIF($L$8:$L$10,"<>",$F$8:$F$10),0), which has to be edited each month.

I'm trying to find a new(er) formula that will allow me to only change the date in A3, then return the totals if I have the "X", or "6th" in the appropriate cells.

Is there a way to do this?
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"

Forum statistics

Threads
1,215,525
Messages
6,125,325
Members
449,218
Latest member
Excel Master

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