ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   extracting data (https://www.excelbanter.com/excel-programming/349561-extracting-data.html)

mac_fixer

extracting data
 

I am trying to work out how to extract a number (variable length) from
list of cells and move the number to a new cell (cut it) hope below mak
some sense -


from -
no type
25 people online
1 purchased
120 total on line today
1233 total on line year

to -

no------type

25------people online
1-------purchased
120-----total on line today
1233----total on line year

'----' for display purposes only - padding

any help, would be gratefully received

Steve

--
mac_fixe
-----------------------------------------------------------------------
mac_fixer's Profile: http://www.excelforum.com/member.php...fo&userid=3013
View this thread: http://www.excelforum.com/showthread.php?threadid=49821


Stefi

extracting data
 
no------type

25 ------people online
1 -------purchased
120 -----total on line today
1233 ----total on line year

=LEFT(A1,SEARCH(" ",A1)-1) =MID(A1,SEARCH(" ",A1)+1,255)

Regards,
Stefi



All times are GMT +1. The time now is 12:23 AM.

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