UX question
Is it possible to have the arrow marks as shown in the screenshot below? Like, it should not be a fixed one, it should be dynamic.
0
Answers
-
@aishabhy05, Write the formula for the text format line item with emojis, using IF and ELSE statements for different emojis.
IF Salary < 50000 THEN "🔻" & "Low Salary" ELSE "⬆️" & " High Salary"
0