Forum Discussion
Anonymous
3 years agoNot applicable
Problem introducing UNICHAR
I want to put up and down arrows on a set of data. I start simple Arrow =
SWITCH(TRUE,
[This Week] > 0, "Up",
[This Week] < 0, "Down",
"Side"
) and I get the re...
- 3 years ago
If it still annoys you, try using the set of arrow icons from Conditional Formatting > Icons
ray_aramburo
Super User
3 years agoIf it still annoys you, try using the set of arrow icons from Conditional Formatting > Icons
- Anonymous3 years agoNot applicable
thanks ray_aramburo - did it with conditional formatting as you suggested in the end.