ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   formula that takes part of a cells contents to another (https://www.excelbanter.com/excel-programming/366127-formula-takes-part-cells-contents-another.html)

Jennifer

formula that takes part of a cells contents to another
 
I am trying to take the first 4 contents of a cell and cut and paste it to an
empty cell. I need a formula that will do this. I am looking at 1000 rows
that need this done. Any suggestions

Ardus Petus

formula that takes part of a cells contents to another
 
=LEFT(A1,4)
will take the 4 first chars from A1

=MID(A1,5,256)
will cut them off

HTH
--
AP

"Jennifer" a écrit dans le message de
news: ...
I am trying to take the first 4 contents of a cell and cut and paste it to
an
empty cell. I need a formula that will do this. I am looking at 1000
rows
that need this done. Any suggestions




Norman Jones

formula that takes part of a cells contents to another
 
Hi Jennifer,

Assuming that your data starts in A1, try:

=LEFT(A1,4)

and copy down as far as required.



---
Regards,
Norman



"Jennifer" wrote in message
...
I am trying to take the first 4 contents of a cell and cut and paste it to
an
empty cell. I need a formula that will do this. I am looking at 1000
rows
that need this done. Any suggestions




Scoops

formula that takes part of a cells contents to another
 

Jennifer wrote:
I am trying to take the first 4 contents of a cell and cut and paste it to an
empty cell. I need a formula that will do this. I am looking at 1000 rows
that need this done. Any suggestions


Hi Jennifer

Try:

=LEFT(A1,4)

Regards

Steve



All times are GMT +1. The time now is 07:45 PM.

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