T
tenaj
Hey everyone,
=IF(A1=0,9,A1-1)
This formulas says if A1=0, make it 9 and subtract 1
How do I make it say if A1 equals 0, make A2= 5 and if A1=5 make A2=0
But there are 5 conditions. They mirror each other. Example: a 0 is a
5 and a 5 is a 0.
0=5, 5=0
1= 6, 6=1
2=7, 7=2
3=8, 8=3
4=9, 9=4
How do I make the cell meet all of these conditions.
Thank you for your help.
=IF(A1=0,9,A1-1)
This formulas says if A1=0, make it 9 and subtract 1
How do I make it say if A1 equals 0, make A2= 5 and if A1=5 make A2=0
But there are 5 conditions. They mirror each other. Example: a 0 is a
5 and a 5 is a 0.
0=5, 5=0
1= 6, 6=1
2=7, 7=2
3=8, 8=3
4=9, 9=4
How do I make the cell meet all of these conditions.
Thank you for your help.