Forum Discussion
RaulCozma
Dec 06, 2023Copper Contributor
Date sensitive pivot table
I need to make a pivot table with this data:
I need to have column A witch is the name of projects as columns, and i need to have CAPEX as values, but here is the tricky part, this values need to take into account the date, so for CAPEX 2024 i need to put money on the months that are in column g and h.
Is pretty hard to explain so this is how it needs to look:
I manage to do that by doing multiple pivot tables and copy paste one after another, there is another way?
3 Replies
Sort By
- LouisDeconinckCopper ContributorRaulCozma Can you share an Excel file with the start file and the intended result? Why can't you just put the year of the date field as a column?
- RaulCozmaCopper Contributorthe problem was that i had 3 columns with dates, and depending on the date i need i certain column (exemle. if the date in the column g is 2024 i need the number from c, if the date is 2025 i need the number from d) but i rezolve that with an if function, i could't make this with pivot unfortunately.