T
tercertiempo
Hi all:
I have a similar problem, I tried to modify the code
according to my situation but nothing worked.
I have three Worksheets in Excel, first one (sheet 1) with "X" values
from D11 to CJ105, second one (sheet 2) with "Y" values from D11 to
CJ105 too. In the third one, I need to Concatenate the values from
sheet 1 and 2 from D11 to CJ105.
I did =CONCATENATE(Sheet1!D11;" - ";Sheet2!D11);"%") and then copy
the Formula from D11 to CJ105 in sheet 3; the problem is that i have
to maintain the color of the font from sheet 2:
(=CONCATENATE(Sheet1!D11[black];" - "[black];Sheet2!
D11[red];"%"[red])
As I said, i really tried to modify what you have written but didn't
work.
Any solution would be really awesome!
Thanks a lot and sorry for my English!
I have a similar problem, I tried to modify the code
according to my situation but nothing worked.
I have three Worksheets in Excel, first one (sheet 1) with "X" values
from D11 to CJ105, second one (sheet 2) with "Y" values from D11 to
CJ105 too. In the third one, I need to Concatenate the values from
sheet 1 and 2 from D11 to CJ105.
I did =CONCATENATE(Sheet1!D11;" - ";Sheet2!D11);"%") and then copy
the Formula from D11 to CJ105 in sheet 3; the problem is that i have
to maintain the color of the font from sheet 2:
(=CONCATENATE(Sheet1!D11[black];" - "[black];Sheet2!
D11[red];"%"[red])
As I said, i really tried to modify what you have written but didn't
work.
Any solution would be really awesome!
Thanks a lot and sorry for my English!