S
SandroK
Hi there!
If you can help me with conditional formatting. 've tried to find
someting like this before posting, but unsuccessfully.
In A1 cell I have list (Data-Validation-list) of 2 values "GEL" and
"USD".
I have to format several rages (C3:C20, D320 ... users are entering
data there.) based on the value of A1 cell.
If A1="USD" then
these ranges should be formated as "$ ###,#0.00"
else (A1="GEL")
these ranges should be formated as "GEL ###,#0.00"
(No need to have '$' and 'GEL' in red, just to bring your attention).
VBA is only solution?
Thanks a lot!
SandroK
If you can help me with conditional formatting. 've tried to find
someting like this before posting, but unsuccessfully.
In A1 cell I have list (Data-Validation-list) of 2 values "GEL" and
"USD".
I have to format several rages (C3:C20, D320 ... users are entering
data there.) based on the value of A1 cell.
If A1="USD" then
these ranges should be formated as "$ ###,#0.00"
else (A1="GEL")
these ranges should be formated as "GEL ###,#0.00"
(No need to have '$' and 'GEL' in red, just to bring your attention).
VBA is only solution?
Thanks a lot!
SandroK