gino59
Active Member
- Joined
- Jul 26, 2010
- Messages
- 496
Hi all,
I'm trying to provide the ability for a user to select a language from a drop-down cell and have a different cell value change accordingly. This formula works:
=TEXT(A1,"[$-406]dddd") and turns Thursday into Torsdag (Danish) very nicely.
What I'd like to do is have the [$-406] part of the TEXT function be dynamic. So, if a user chooses French (for example) from the drop-down cell, that would then change the [$-406] to [$-40C] in the formula. (I have a lookup list of Language Name to Language ID).
Thank you!
Gino
I'm trying to provide the ability for a user to select a language from a drop-down cell and have a different cell value change accordingly. This formula works:
=TEXT(A1,"[$-406]dddd") and turns Thursday into Torsdag (Danish) very nicely.
What I'd like to do is have the [$-406] part of the TEXT function be dynamic. So, if a user chooses French (for example) from the drop-down cell, that would then change the [$-406] to [$-40C] in the formula. (I have a lookup list of Language Name to Language ID).
Thank you!
Gino