Hi, what is the simpliest way to filter dates ?
I would like to know the sum of files in Quarter 1 (Jan, Feb, March) and Quarter 2 (April, May, June).
Hi, what is the simpliest way to filter dates ?
I would like to know the sum of files in Quarter 1 (Jan, Feb, March) and Quarter 2 (April, May, June).
Excel 2016 (Windows) 32 bit
E F 5Quantity 6Q1 113761 7Q2 62966
E F 5Quantity 6Q1 =SUMIFS($B:$B,$C:$C,">="&DATEVALUE("01/01/2020"),$C:$C,"<"&DATEVALUE("01/04/2020")) 7Q2 =SUMIFS($B:$B,$C:$C,">="&DATEVALUE("01/04/2020"),$C:$C,"<"&DATEVALUE("01/07/2020"))
Sheet: Sheet1
Happy with my answer * Add Reputation.
If You are happy with solution, please use Thread tools and mark thread as SOLVED.
D2 =MONTH(C2)
E2 =VLookup(D2,Blad1!$A$1:$B$12,2,0)
After that a pivot table.
See the attached file.
Notice my main language is not English.
I appreciate it, if you reply on my solution.
If you are satisfied with the solution, please mark the question solved.
You can add reputation by clicking on the star * add reputation.
You can pivot these data without any additional column and use option group in pivot table to group it by quaters.
Excel 2016 (Windows) 32 bit
H I 1Row Labels Sum of Total Invoiced 2Qtr1 113761 3**Jan 45045 4**Feb 58094 5**Mar 10622 6Qtr2 62966 7**May 57663 8**Jun 5303 9Qtr3 10460 10**Jul 10460 11Qtr4 26424 12**Oct 10542 13**Nov 10544 14**Dec 5338 15Grand Total 213611
Sheet: Sheet1
Check attached file.
Right mouse button on Row labels, then choose Group and 1 of option is Quaterly.
Thanks for the help, I need a little more time to explore myself.
I received some errors. But i will seek your help again if i can't solve it.
Please also mark the question solved, if you found your solution.
The question was marked solved, sorry for my reply.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks