Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Exporting info from a cell

I am running a web query that groups the percentage information that I want
in with text (Activity: 46%), is there a way for me to puull the 46% out of
that cell so I can use it in an average formula?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Exporting info from a cell

One way:

A1: Activity: 46%
A2: =--RIGHT(A1,4)

This assumes there's always aa space between the colon and the number.
Else

A2: =--TRIM(MID(A1,FIND(":",A1)+1,256))

In article ,
Flint wrote:

I am running a web query that groups the percentage information that I want
in with text (Activity: 46%), is there a way for me to puull the 46% out of
that cell so I can use it in an average formula?

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
insert date Larry Excel Worksheet Functions 28 July 15th 06 02:41 AM
How do I get ONLY new info from 1 Worksheet to another automatical Elaine Excel Worksheet Functions 6 July 13th 06 05:45 PM
if and then formula tiggatattoo Excel Worksheet Functions 2 June 8th 06 08:43 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM


All times are GMT +1. The time now is 08:03 AM.

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

About Us

"It's about Microsoft Excel"