Forum

Notifications
Clear all

ROW function in GetPivotData

2 Posts
2 Users
0 Reactions
87 Views
(@mitulpar1964)
Posts: 64
Estimable Member
Topic starter
 

    Hello  Mynda;

    Good Morning;

     This is Mitul.

   I am having difficulty getting correct answer in GetPivotData with  Row function

     Thank you  for your help.

        Sincerely;

        Mitul.

 
Posted : 22/04/2018 9:38 am
(@mynda)
Posts: 4761
Member Admin
 

Hi Mitul,

Try this:

=GETPIVOTDATA("Value",$G$1,"MONTH",TEXT(DATE(1904,ROW(A1),1),"mmmm"),"Year","2016")

You have to give the text function a date to convert to the month name. It doesn't matter what the year or day values are, which is why I've used 1904 and 1, because these are discarded when TEXT converts the date to the month name.

Mynda

 
Posted : 23/04/2018 1:02 am
Share: