CCNProjects
Technical User
Hello all.
I read the thread about never splitting a cell, but I need to do this.
This is what I have:
col1 col2 col3 col4
AA 5% 3% xxxx
BB 7% 2% yyyy
I need to display data as:
col1 col2
AA xxxx
D5%, C3%
BB yyyy
D7%, C2%
I tried (="D " &B2 & ", C" & C2), but I get this result:
D 0.0450777906517539, C 0.0252490915272274
How can I format the percentages?
Thanks for any hint.
I read the thread about never splitting a cell, but I need to do this.
This is what I have:
col1 col2 col3 col4
AA 5% 3% xxxx
BB 7% 2% yyyy
I need to display data as:
col1 col2
AA xxxx
D5%, C3%
BB yyyy
D7%, C2%
I tried (="D " &B2 & ", C" & C2), but I get this result:
D 0.0450777906517539, C 0.0252490915272274
How can I format the percentages?
Thanks for any hint.