Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list of number all starting with the first three numbers 011, which
I need to remove completely from the rest of the numbers. Normally I would remove them with =product(a1:a1,100), however it is not working. Do I have something wrong with the formula? The list of numbers are located in row A1 to A13,000 in my excel 2007 file, I am placing the formula in cell B1. If someone can help me out I would really appreciate it. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The formula will give you the product of A1 and 100, and so is equivalent to
=100*A1. I'm not convinced that you intended to do that. -- David Biddulph "Claude" wrote in message ... I have a list of number all starting with the first three numbers 011, which I need to remove completely from the rest of the numbers. Normally I would remove them with =product(a1:a1,100), however it is not working. Do I have something wrong with the formula? The list of numbers are located in row A1 to A13,000 in my excel 2007 file, I am placing the formula in cell B1. If someone can help me out I would really appreciate it. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If all the numbers start with 011, you could could either use text to columns
and force it to split on ","s or =MID(J12,4,255) will remove the first three numbers - if comma's are not present -- Wag more, bark less "Claude" wrote: I have a list of number all starting with the first three numbers 011, which I need to remove completely from the rest of the numbers. Normally I would remove them with =product(a1:a1,100), however it is not working. Do I have something wrong with the formula? The list of numbers are located in row A1 to A13,000 in my excel 2007 file, I am placing the formula in cell B1. If someone can help me out I would really appreciate it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When I enter a formula, Excel shows the formula not the results | Excel Worksheet Functions | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Excel Formula Doesn't Execute (Shows formula-not the calcuation) | Excel Discussion (Misc queries) | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions |