So the formula I have is:
=IF(OR(ISBLANK(C18),ISBLANK(E18)),"",(E18-C18)&" "&"Lbs")
The problem is that if the answer were to be 1000 I can not get it to show with the "," in the 1000s place.
I have taken out the &" "&"Lbs" and it works so I know it is the formula. I would like the answer to be displayed as:
1,000 Lbs with the space between the number and the Lbs. Not sure if it is a simple cell format issue or a formula issue. Any help is appreciated. Thanks
=IF(OR(ISBLANK(C18),ISBLANK(E18)),"",(E18-C18)&" "&"Lbs")
The problem is that if the answer were to be 1000 I can not get it to show with the "," in the 1000s place.
I have taken out the &" "&"Lbs" and it works so I know it is the formula. I would like the answer to be displayed as:
1,000 Lbs with the space between the number and the Lbs. Not sure if it is a simple cell format issue or a formula issue. Any help is appreciated. Thanks