Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() -- Jo Anna |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have the number in the range been entered as text, or converted to text, or
imported as text? If you're working in Excel 2002 and up you can use the smart tag to convert the text values to numeric ones, if not you can do the following (after making a backup copy of the workbook): Insert a helper column to the right of your numbers In the first cell enter the formula =VALUE(A1), substituting your first cell address for A1 Copy down the helpler column to the last value that needs to be converted Select the all the formulas in the helper column and press Ctrl + C to copy then Select the first cell in the text value column and click EDIT in the menu Select PASTE SPECIAL and click the VALUES check box Delete the helper column -- Kevin Backmann "Jo Anna" wrote: -- Jo Anna |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A few less steps............
Format all to General. Copy an empty cell. Select the range of bogus numbers and EditPaste SpecialAddOKEsc. Gord Dibben MS Excel MVP On Mon, 28 Aug 2006 07:04:01 -0700, Kevin B wrote: Have the number in the range been entered as text, or converted to text, or imported as text? If you're working in Excel 2002 and up you can use the smart tag to convert the text values to numeric ones, if not you can do the following (after making a backup copy of the workbook): Insert a helper column to the right of your numbers In the first cell enter the formula =VALUE(A1), substituting your first cell address for A1 Copy down the helpler column to the last value that needs to be converted Select the all the formulas in the helper column and press Ctrl + C to copy then Select the first cell in the text value column and click EDIT in the menu Select PASTE SPECIAL and click the VALUES check box Delete the helper column |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The data was entered as numbers. My document has 7 columns each formatted
the same; however when I use the auto sum 2 columns show a 0 value. I have tried both copying the formula and typing the formula with the same result. I can get a calculation using multiple plus signs & entering each row/cell so the number formatting doesnt in error. -- Jo Anna "Kevin B" wrote: Have the number in the range been entered as text, or converted to text, or imported as text? If you're working in Excel 2002 and up you can use the smart tag to convert the text values to numeric ones, if not you can do the following (after making a backup copy of the workbook): Insert a helper column to the right of your numbers In the first cell enter the formula =VALUE(A1), substituting your first cell address for A1 Copy down the helpler column to the last value that needs to be converted Select the all the formulas in the helper column and press Ctrl + C to copy then Select the first cell in the text value column and click EDIT in the menu Select PASTE SPECIAL and click the VALUES check box Delete the helper column -- Kevin Backmann "Jo Anna" wrote: -- Jo Anna |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Formatting the cells as a number isn't enough to change the value in each of the
cells. You have a formula like =sum(a1:a10) right? Try this formula in an empty cell: =count(a1:a10) This will return the number of cells that are actually numbers. Then try the technique that Gord suggested. Watch what happens to your =sum() formula and the =count() formula. Jo Anna wrote: The data was entered as numbers. My document has 7 columns each formatted the same; however when I use the auto sum 2 columns show a 0 value. I have tried both copying the formula and typing the formula with the same result. I can get a calculation using multiple plus signs & entering each row/cell so the number formatting doesnt in error. -- Jo Anna "Kevin B" wrote: Have the number in the range been entered as text, or converted to text, or imported as text? If you're working in Excel 2002 and up you can use the smart tag to convert the text values to numeric ones, if not you can do the following (after making a backup copy of the workbook): Insert a helper column to the right of your numbers In the first cell enter the formula =VALUE(A1), substituting your first cell address for A1 Copy down the helpler column to the last value that needs to be converted Select the all the formulas in the helper column and press Ctrl + C to copy then Select the first cell in the text value column and click EDIT in the menu Select PASTE SPECIAL and click the VALUES check box Delete the helper column -- Kevin Backmann "Jo Anna" wrote: -- Jo Anna -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to match values in one column to values in another? | Excel Worksheet Functions | |||
How do I compare string values in one column to another column? | Excel Worksheet Functions | |||
linking values of column A to values of column B | Excel Discussion (Misc queries) | |||
How to get the values using a condition refering to the other column | Excel Worksheet Functions | |||
Averaging Values in Auto Filter | Excel Worksheet Functions |