#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Excel Formula

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Excel Formula

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Excel Formula

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
When I enter a formula, Excel shows the formula not the results Pat Adams Excel Worksheet Functions 5 April 4th 23 11:18 AM
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Build excel formula using field values as text in the formula val kilbane Excel Worksheet Functions 2 April 18th 07 01:52 PM
Excel Formula Doesn't Execute (Shows formula-not the calcuation) Keys1970 Excel Discussion (Misc queries) 4 November 15th 06 02:12 PM
Excel 2002 formula displayed not value formula option not checked Dean Excel Worksheet Functions 1 February 28th 06 02:31 PM


All times are GMT +1. The time now is 03:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"