Format cells as cents, e.g., .37 as 37¢

bythecshore

Board Regular
Joined
Feb 4, 2009
Messages
66
Office Version
  1. 365
Platform
  1. MacOS
The title tells it all: how do I format a cell to show a decimal as cents? For example, instead of .37 I'd like it to show as 37¢.

thanks.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
To format an Excel cell to show a decimal as cents, follow these steps:
  1. Select the cell or range of cells you want to format.
  2. Right-click on the selected cell(s) and choose "Format Cells" from the context menu.
  3. In the Format Cells dialog box, go to the "Number" tab.
  4. In the Category list, select "Custom."
  5. In the "Type" field, enter the following format code: 0.00"¢"
  6. Click "OK" to apply the format.
This will format the cell(s) to show the decimal as cents, with the cents symbol (¢) added at the end.
 
Upvote 0
Solution
That makes 1.37 look like 1.37¢ Might not be what is wanted, but we'll see.
 
Upvote 0
That makes 1.37 look like 1.37¢ Might not be what is wanted, but we'll see.
The question suggests that OP wants that symbol in the end. Let's see if something else is required.
 
Upvote 0
I just found this article that takes the decimal out:

but basicall it says:
# ₵ CNTL-J %


never mind it does not seem to work.
 
Last edited:
Upvote 0
To format an Excel cell to show a decimal as cents, follow these steps:
  1. Select the cell or range of cells you want to format.
  2. Right-click on the selected cell(s) and choose "Format Cells" from the context menu.
  3. In the Format Cells dialog box, go to the "Number" tab.
  4. In the Category list, select "Custom."
  5. In the "Type" field, enter the following format code: 0.00"¢"
  6. Click "OK" to apply the format.
This will format the cell(s) to show the decimal as cents, with the cents symbol (¢) added at the end.
Yes, that pretty much does it. The decimal was in the wrong place, but I just multiplied the result by 10 and that did the trick. Thanks.
 
Upvote 0

Forum statistics

Threads
1,221,000
Messages
6,157,305
Members
451,413
Latest member
AnhNguyen

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