Forum Discussion
Bob_Lac
Jan 06, 2021Copper Contributor
Entering symbol into spreadsheet
I am wanting to show a an 'up arrow' or 'down arrow' into a cell depending if one number is higher or lower than another two adjacent cells
- Jan 06, 2021
You would you simple if formula if it is just adding arrow,I assume that your data in cells B6, D6, so you can copy the arrow symbols and use them in the formula
=IF(B6>D6,"▼","▲")
Jan 06, 2021
You would you simple if formula if it is just adding arrow,
I assume that your data in cells B6, D6, so you can copy the arrow symbols and use them in the formula
=IF(B6>D6,"▼","▲")