Excel formula help needed

msc5195

New Member
Joined
Dec 5, 2004
Messages
14
I created a check book in excel.
checkbook.jpg


sheet4.jpg



How do I get the row/column on sheet 4 to track the total from sheet 1 based on the month. Does this make any since? I can email file to some one if it will help.

Thanks

Robert
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Perhaps something like this should do it.

First change the Month headers in Sheet4 to their equivalent 3-letter abbreviations, eg. Jan, Feb, Mar, Apr,...etc.

Then use this formula:

=SUMPRODUCT(--(TEXT(CHECKING!$A$11:$A$500,"MMM")=C$6),CHECKING!F$11:F$500)

copied down and across
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,383
Members
448,955
Latest member
BatCoder

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