Hi,
Need some help with the following scenario.
I got a resource plan and want to summaries the report by Month. So a breakdown of total value for each month.
What would be the best way to approach this?
Capture.PNG
Thanks![]()
Hi,
Need some help with the following scenario.
I got a resource plan and want to summaries the report by Month. So a breakdown of total value for each month.
What would be the best way to approach this?
Capture.PNG
Thanks![]()
Last edited by Richard Buttrey; 06-23-2016 at 08:48 PM.
Hi and welcome to the forum. Unfortunately your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem.
Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
I'll change it for you on this occasion but note for the next time.
The short answer is to change the way you record data and have a column for dates and a column for the values, then use a Pivot Table.
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
Hey Richard,
Sorry about the title.
Could have used the pivot if the dates were in column, but i can't really fiddle around with the format.
Would SUMIF work in this case?
Hi azmat119,
It would help if you would upload an example Excel workbook. Many of us cannot download / read pictures. I also saves having to retype your data.
If necessary hand type enough data to get the idea across and the layout you envision with expected results. Include any additional details in the workbook.
In the end it helps us to help you. Please be sure to de-sensitize the data.
Dave
Here you go guys.
Smaple Data.xlsx
I notice you've included 7/3/2016 in the June section. Any chance this is a typo?
oops my bad. that should have been included in july :/
azmat119,
OK. I reset the grou
I took the liberty of adding a helper row above the merged cells of months. Merged cells in the data source often cause havoc for formulas. The helper row is a way out. In I2:V2 this is the helper row formula. It also converts the month names to month numbers.Formula:
Please Login or Register to view this content.
Not sure how you envisioned the output format so I made one up.
Then in E14 filled down and acrossFormula:
Please Login or Register to view this content.
Wow that's awesome. You're a legend mate![]()
Glad to help.
If that answers the questions please click 'Thread tools' just above and to the right of your first post and mark this [SOLVED].
Try this one. It's doesn't required any helper row.
E14: =SUMPRODUCT(($E$5:$E$8=$D14)*(TEXT($I$4:$V$4,"mmmm")=E$13)*($I$5:$V$8)*$F$5:$F$8)
This formula base on "FlameRetired" table
Copy down and across
@ Teethless mama,
Good catch.
Yes. That helper was to resolve the merged cells. When the typo was corrected the helper row was no longer needed. I forgot to clean up after myself and let it ride.
Thanks for the back-up.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks