greykitten
Member
Hello,
I'm trying to take the difference of two values, divide that answer by 1000 to make the answer more readable and add a "K" to the end of the number to denote the number being in thousands. The answer should look like "$88K". Here is a general example of what I'm trying to produce. I don't know if I should use a TEXT formula or CONCATENATE. Can anyone help me with what the easiest way would be to write this?
G43=$2,091,616
D43=$2,003,568
=(G43-D43)
Thank you in advance!
GK
I'm trying to take the difference of two values, divide that answer by 1000 to make the answer more readable and add a "K" to the end of the number to denote the number being in thousands. The answer should look like "$88K". Here is a general example of what I'm trying to produce. I don't know if I should use a TEXT formula or CONCATENATE. Can anyone help me with what the easiest way would be to write this?
G43=$2,091,616
D43=$2,003,568
=(G43-D43)
Thank you in advance!
GK