S
Steven Platt
Say I have a value in A1 and a value in B1. I would like to display these
two in percentage form in C1. However, I would like there to be a visual
difference if one is greater than the other. For example:
A1 is 40
B1 is 100
C1 would output 150%
A1 is 100
B1 is 40
C1 would output (40%)
basically meaning that B1(this year) has not met the number of A1(last year)
yet. I have no idea how to start this. I was trying to use a simple IF
statement with a little trickery on the output. But I couldn't figure it
out. I also need to make sure that when B1 has exceeded A1 that 100 is
subtracted from the output. Normally, in the first case, B1/A1 = 250%. But
I would like it to display 150%. Thanks in advance for any help.
-Steven-
two in percentage form in C1. However, I would like there to be a visual
difference if one is greater than the other. For example:
A1 is 40
B1 is 100
C1 would output 150%
A1 is 100
B1 is 40
C1 would output (40%)
basically meaning that B1(this year) has not met the number of A1(last year)
yet. I have no idea how to start this. I was trying to use a simple IF
statement with a little trickery on the output. But I couldn't figure it
out. I also need to make sure that when B1 has exceeded A1 that 100 is
subtracted from the output. Normally, in the first case, B1/A1 = 250%. But
I would like it to display 150%. Thanks in advance for any help.
-Steven-