Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default How do I seperate numbers?

This is a follow up to a previous question:

I have a web query which gives me the result "385/1700" and all I want is
the
first part "385" to allow me to do calculations with, but because it's a
web
query, it wont let me just format it as a fraction and times it by 1700..
it
comes up with the #VALUE! error.

So I dont know what else to try,
Can anyone help?

Thanks,
Aden

---------------------------------------------------
Answer:
=--(LEFT(A1,FIND("/",A1)-1))

--
HTH

Bob


My question is basically the same as the first, except I need the numbers on
the right side of the "/" (the 1700).

Thanks,
Anthony
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default How do I seperate numbers?

well, dick

i haven't been able to figure it out, otherwise i wouldn't have posted the
question. i tried substituting "right" for "left" and in some cases it works
and sometimes it doesn't based on how many digits are in the whole cell

"Don Guillett" wrote:

Given the example, surely you can figure this out yourself.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"AJSloss" wrote in message
...
This is a follow up to a previous question:

I have a web query which gives me the result "385/1700" and all I want is
the
first part "385" to allow me to do calculations with, but because it's a
web
query, it wont let me just format it as a fraction and times it by 1700..
it
comes up with the #VALUE! error.

So I dont know what else to try,
Can anyone help?

Thanks,
Aden

---------------------------------------------------
Answer:
=--(LEFT(A1,FIND("/",A1)-1))

--
HTH

Bob


My question is basically the same as the first, except I need the numbers
on
the right side of the "/" (the 1700).

Thanks,
Anthony



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default How do I seperate numbers?

Try this...

=MID(A1,FIND("/",A1)+1,99)

--
Rick (MVP - Excel)


"AJSloss" wrote in message
...
This is a follow up to a previous question:

I have a web query which gives me the result "385/1700" and all I want is
the
first part "385" to allow me to do calculations with, but because it's a
web
query, it wont let me just format it as a fraction and times it by 1700..
it
comes up with the #VALUE! error.

So I dont know what else to try,
Can anyone help?

Thanks,
Aden

---------------------------------------------------
Answer:
=--(LEFT(A1,FIND("/",A1)-1))

--
HTH

Bob


My question is basically the same as the first, except I need the numbers
on
the right side of the "/" (the 1700).

Thanks,
Anthony


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default How do I seperate numbers?

That's exactly what I needed. Thanks Rick

"Rick Rothstein" wrote:

Try this...

=MID(A1,FIND("/",A1)+1,99)

--
Rick (MVP - Excel)


"AJSloss" wrote in message
...
This is a follow up to a previous question:

I have a web query which gives me the result "385/1700" and all I want is
the
first part "385" to allow me to do calculations with, but because it's a
web
query, it wont let me just format it as a fraction and times it by 1700..
it
comes up with the #VALUE! error.

So I dont know what else to try,
Can anyone help?

Thanks,
Aden

---------------------------------------------------
Answer:
=--(LEFT(A1,FIND("/",A1)-1))

--
HTH

Bob


My question is basically the same as the first, except I need the numbers
on
the right side of the "/" (the 1700).

Thanks,
Anthony





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
Seperate Alphabet and numbers in a cell Kshitij Excel Discussion (Misc queries) 7 September 10th 08 10:38 AM
Seperate Text and numbers in Post code chriso Excel Worksheet Functions 7 April 7th 08 10:30 PM
How can I seperate numbers from text (in one cell) into 2 cells? LinLin Excel Discussion (Misc queries) 2 February 14th 08 10:14 PM
SEPERATE NUMBERS IN A CELL lehigh46 Excel Worksheet Functions 8 June 17th 05 12:22 AM
Numbers from seperate worksheet to common sheet S.C Excel Worksheet Functions 0 January 14th 05 02:47 AM


All times are GMT +1. The time now is 05:34 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"