Format number column issue

controlqueen

New Member
Joined
Jan 11, 2012
Messages
2
Format number column issue<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
I use various mfg part# spread sheets I reconfigure to upload to my website.
The columns I basically use are Pt#, description, price. Their sheets are usually sent to me with embedded formulas or things I am not aware of (my knowledge of excel is limited) which leads to various problems when I upload to my site.
<o:p></o:p>

1st problem: on a price column I only want it to extend .00 past the dollar. I format the cell column that way –it displays correctly in the column but in the fx bar is still showing .00000 how do I fix this fx to show .00 same as the format? <o:p></o:p>
<o:p></o:p>

2<SUP>nd</SUP> question: is there any good way to get rid of embedded formulas / clean up excel sheets before I use them.<o:p></o:p>
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
For the first you could use Tools > Options, Calculation tab and select Precision as Displayed.

For the second, select all the cells and copy them then Edit > Paste > Paste Special, tick Values and click OK.
 
Upvote 0
Try This.

Right Click, Select Format Cells, Under Number Tab you will find Text Option, Select text option. Now it will shows you in fx bar whatever u will tpe in cell.
 
Upvote 0
2nd question: Select all the cells in a sheet. Copy. PasteSpecial Values. formulas are now values.

1st question: That's the way that formatting is supposed to work. Applying a 2 digit format does not change the underlying value (that Excel uses for calculation in formulas) (e.g. 23.34386), it only changes what the user sees. (23.34).

To change the underlying value in A1, put this formula in another cell =ROUND(A1,2).
 
Upvote 0

Forum statistics

Threads
1,214,893
Messages
6,122,118
Members
449,066
Latest member
Andyg666

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