Hi.
got a question (hopefully quick) regarding formula based on characters within cells.
If i want to display a certain value if the first two characters in cell a2 are greater than the first two characters in a1 how would i do this?
I've tried (cells are different i am aware but same principle)
=IF(RIGHT(B45,2>RIGHT(B44,2)),C44+1,"1")
Any advice on how to tweak this?
got a question (hopefully quick) regarding formula based on characters within cells.
If i want to display a certain value if the first two characters in cell a2 are greater than the first two characters in a1 how would i do this?
I've tried (cells are different i am aware but same principle)
=IF(RIGHT(B45,2>RIGHT(B44,2)),C44+1,"1")
Any advice on how to tweak this?