Please help to get data for all months in YTD cloumn and monthly data in Month Column like Apr'16.
Please help to get data for all months in YTD cloumn and monthly data in Month Column like Apr'16.
with 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.
In cell N3 enter {=SUM(IF($A$3:$A$14=$L3,IF($B$3:$B$14=$M3,$D$3:$G$14)))}
In cell O3 enter {=SUM(IF($A$3:$A$14=$L3,IF($B$3:$B$14=$M3,IF($C$3:$C$14=$O$2,$D$3:$G$14))))}
IMPORTANT - These are array formulae, so you need to press Ctrl+Shift+Enter after pasting the formula in (or after editing) to get the curly braces.
Thanks just one help if i want only kcc or lhp or hhp or mhp then what will be the formula.
Not sure which one of us you are responding to, but...
If you only want to sum a single column it's much easier...
In cell N3 enter =SUMIFS($D$3:$D$14,$A$3:$A$14,$L3,$B$3:$B$14,$M3)
In cell O3 enter =SUMIFS($D$3:$D$14,$A$3:$A$14,$L3,$B$3:$B$14,$M3,$C$3:$C$14,$O$2)
Replace the first range with whichever column you want to sum.
These are not now array formulae, so you do not need the curly braces.
then select only that criteria in the pivot table.
Thanks to EchoPassenger
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks