Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have created pivot table which has 2 dimension Product, Month & expression is Sum(Sales).
I have dragged month horizontally for column level. Now Product aligned vertically and month horizontally.
I want to change background color on Month.
Do we have that kind of option? I could not find it
Thanks in adv
Yes you can change the background color using this:
Yes you can change the background color using this:
Thanks,
I did not know this option. Moreover I have concat 2 formulas ( WeekDay(ReportDate) & ' - '& Day(ReportDate)). It looks now Mon-12. I want to wrap this like following ouput. Do we have any option for this?
Mon
12
I tried '\n' but doesn't works.
Thanks again
Yes Narendra. You can use it as WeekDay(ReportDate) & chr(13)& Day(ReportDate)
Regards
Pratyush
Thank you Pratyush... very helpful!!