ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Exporting info from a cell (https://www.excelbanter.com/excel-discussion-misc-queries/125949-exporting-info-cell.html)

Flint

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?

JE McGimpsey

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?



All times are GMT +1. The time now is 05:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com