"," in 1000's place

Repoort

New Member
Joined
Oct 20, 2017
Messages
25
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
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
so what you're trying to accomplish works but for getting the Lbs added?
For one, no need to concatenate twice- &" Lbs" would suffice, but not sure that's your issue.
 
Upvote 0
You could also just give the cell a custom number format of
#,##0" lbs"
and then just do the maths in the cell. That way it will also remain an actual number.
 
Upvote 0

Forum statistics

Threads
1,215,067
Messages
6,122,949
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top