Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a pivot table I want to display values when a mouse hover on any cell of a pivot table.
Thank you in advance
You may just use something like:
sum(Value) & chr(10) & 'Tooltip'
and the tooltip contains then any text and further calculations.
You may just use something like:
sum(Value) & chr(10) & 'Tooltip'
and the tooltip contains then any text and further calculations.