Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A1 B1 C1 D1 E1
Detail "B" Feature #21 1.0265 dia ±.010 Detail "B" Feature #21 1.0265 Dia ±.010 Basically I want to take the first line and want to place it in B1. Second line to be in C1. I want to extract contents from A1 to the respective cells to the right. I need a formula in which I can put into place as I have 100+ lines to do and want to take the formula and carry it down the spread sheet. Information changes on each line such as detail, feature and my tolerances. All lines in cell A1 are ALT Entered to go to next line I would have made it into four original cells but, I cant convince work to do it. So this is what I have to work with. It is a locked forum. I am sure I need a formula in each cell B1,E1 to do this but unable to find one. I am not sure if I can post my email but will do so. If you can give me a formula you can email it to me that would be great, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=INDIRECT("A"&KOLUMN()-1)
and copy right "Carrguy" skrev: A1 B1 C1 D1 E1 Detail "B" Feature #21 1.0265 dia ±.010 Detail "B" Feature #21 1.0265 Dia ±.010 Basically I want to take the first line and want to place it in B1. Second line to be in C1. I want to extract contents from A1 to the respective cells to the right. I need a formula in which I can put into place as I have 100+ lines to do and want to take the formula and carry it down the spread sheet. Information changes on each line such as detail, feature and my tolerances. All lines in cell A1 are ALT Entered to go to next line I would have made it into four original cells but, I cant convince work to do it. So this is what I have to work with. It is a locked forum. I am sure I need a formula in each cell B1,E1 to do this but unable to find one. I am not sure if I can post my email but will do so. If you can give me a formula you can email it to me that would be great, |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am getting a # name message when i tried your formula. Do i need to have
Add In instaled for this formula. "excelent" wrote: =INDIRECT("A"&KOLUMN()-1) and copy right "Carrguy" skrev: A1 B1 C1 D1 E1 Detail "B" Feature #21 1.0265 dia ±.010 Detail "B" Feature #21 1.0265 Dia ±.010 Basically I want to take the first line and want to place it in B1. Second line to be in C1. I want to extract contents from A1 to the respective cells to the right. I need a formula in which I can put into place as I have 100+ lines to do and want to take the formula and carry it down the spread sheet. Information changes on each line such as detail, feature and my tolerances. All lines in cell A1 are ALT Entered to go to next line I would have made it into four original cells but, I cant convince work to do it. So this is what I have to work with. It is a locked forum. I am sure I need a formula in each cell B1,E1 to do this but unable to find one. I am not sure if I can post my email but will do so. If you can give me a formula you can email it to me that would be great, |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ups sorry it vas the dennish way
=INDIRECT("A"&COLUMN()-1) by the way i think not that 1 do the trick for u after i read ur question again :-( is ur data allways 4 rows data then a emty 1 then 4 rows data and so on ? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You might need
=INDIRECT("A"&COLUMN()-1) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Carrguy" wrote in message ... I am getting a # name message when i tried your formula. Do i need to have Add In instaled for this formula. "excelent" wrote: =INDIRECT("A"&KOLUMN()-1) and copy right "Carrguy" skrev: A1 B1 C1 D1 E1 Detail "B" Feature #21 1.0265 dia ±.010 Detail "B" Feature #21 1.0265 Dia ±.010 Basically I want to take the first line and want to place it in B1. Second line to be in C1. I want to extract contents from A1 to the respective cells to the right. I need a formula in which I can put into place as I have 100+ lines to do and want to take the formula and carry it down the spread sheet. Information changes on each line such as detail, feature and my tolerances. All lines in cell A1 are ALT Entered to go to next line I would have made it into four original cells but, I can't convince work to do it. So this is what I have to work with. It is a locked forum. I am sure I need a formula in each cell B1,E1 to do this but unable to find one. I am not sure if I can post my email but will do so. If you can give me a formula you can email it to me that would be great, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Regression Leverage Formula (Jerry W. Lewis or Mike Middleton)already have DFITS formula | Excel Worksheet Functions | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
copy formula down a column and have cell references change within formula | New Users to Excel | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Commenting custom formula fields/formula on formula editor | Excel Programming |