PC Review


Reply
Thread Tools Rate Thread

How to copy a part of a cell coming from a Web Query?

 
 
max lob
Guest
Posts: n/a
 
      10th Sep 2008


Hi friends, I need a very specific help.

In my spreadsheet, I've imported data from an external server, which
returns the following data in column F:

F6: 45/500
F7: 12/50
F8: 222/500

Well, the thing is that I only need the first part of the content, I
mean the numbers before the "/"

Is there any way to copy only the info before "/" and copying it into
column G, for example?

I tried with "text in columns" but the update process coming from the
web query returns everything to original.

Thank you and I hope your appreciated help.

Max.




*** Sent via Developersdex http://www.developersdex.com ***
 
Reply With Quote
 
 
 
 
FSt1
Guest
Posts: n/a
 
      10th Sep 2008
hi
a formula might do it
in G6 enter....
=LEFT(F6,FIND("/",F6,1)-1)

regards
FSt1

"max lob" wrote:

>
>
> Hi friends, I need a very specific help.
>
> In my spreadsheet, I've imported data from an external server, which
> returns the following data in column F:
>
> F6: 45/500
> F7: 12/50
> F8: 222/500
>
> Well, the thing is that I only need the first part of the content, I
> mean the numbers before the "/"
>
> Is there any way to copy only the info before "/" and copying it into
> column G, for example?
>
> I tried with "text in columns" but the update process coming from the
> web query returns everything to original.
>
> Thank you and I hope your appreciated help.
>
> Max.
>
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy selected part number of text from one cell into another cell orewa Microsoft Excel Misc 1 11th Apr 2008 01:30 PM
Using macro to copy a part of a cell content to next cell =?Utf-8?B?Q2hhcmxlcw==?= Microsoft Excel Misc 6 31st May 2006 05:57 AM
Find and copy part of a cell =?Utf-8?B?U3J3ZQ==?= Microsoft Excel Worksheet Functions 2 16th Nov 2005 11:46 AM
How do I copy part of each cell in a column? =?Utf-8?B?SSBzaG91bGQga25vdyB0aGlzIQ==?= Microsoft Excel Misc 2 10th May 2005 02:04 PM
Copy part of a cell =?Utf-8?B?U3VkZGVz?= Microsoft Excel Misc 5 23rd Jul 2004 12:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:33 AM.