Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a column having all rows. Requirement is showing once values in a column vs all values in a column including the previous value.
For instance I am having sales column with values 1,2,3,4 then i need calculated column for Sales =1 vs Sales=1,2,3,4 in column
Can you please suggest how to make calculated column for this
Thanks
can you please post a small table as well as the expected result?
Hi,
The requirement is like below,
Sales | |||||||
1 | |||||||
2 | |||||||
3 | |||||||
4 | |||||||
Comparison between Sales value 1 and between value 1,2,3,4
In table values need to be displayed like below, |
|||||||
Sales_1 | |||||||
SalesAll values |