Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
i'm using this formula
IF(([DateDTCURC] - [DateDTRIRC]) < 1, Interval([Closed Time1] - [Request Time1] ), num((DateDTCURC - DateDTRIRC), '#.###') & ' ' & 'days')
My question is:
how could I set a right alignment (Elapsed Time)?
may I align E
Hi
Use round function like
round(ColumnName,0)+' days'
Hi Fabio,
Follow these steps:
See screenshot
I'm using a pivot table and there's no option like 'Text Alignment' . How can I adjust alignment on pivot table??