Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Dmitry Kopnichev
 
Posts: n/a
Default How to select cells (located in a column) for formulas in a row automatically?

Hello
How to use cells (located in a column) in formulas in a row automatically? I
cannot copy the formula to other cells in the row because the coping moves
the selection to another column, not to a another row in the same column.


  #2   Report Post  
Dorian C. Chalom
 
Posts: n/a
Default

Use a $ (dollar sign) infront of the row or column you do not wat to
change.

"Dmitry Kopnichev" wrote in message
...
Hello
How to use cells (located in a column) in formulas in a row automatically?
I
cannot copy the formula to other cells in the row because the coping moves
the selection to another column, not to a another row in the same column.




  #3   Report Post  
Dmitry Kopnichev
 
Posts: n/a
Default

The $ (dollar sign) will not move the selection in the column accordingly;
will keep the selection the same. I want to use other cells in the column in
other formulas in the row.
"Dorian C. Chalom" сообщил/сообщила в новостях
следующее: ...
Use a $ (dollar sign) infront of the row or column you do not wat to
change.

"Dmitry Kopnichev" wrote in message
...
Hello
How to use cells (located in a column) in formulas in a row

automatically?
I
cannot copy the formula to other cells in the row because the coping

moves
the selection to another column, not to a another row in the same

column.






  #4   Report Post  
Herbert Seidenberg
 
Posts: n/a
Default

Use names.
Assuming your data looks like this:
Data Results
1 1
2
3 1
4 2
5 3
6 4
7 5
8
9 1
10 2
Select all and
Insert Name Create Top Row
The formula for the first cell in Results is
=INDEX(Data,1)
and for the second block in Results
=INDEX(Data,1):INDEX(Data,5)
and an alternate formula for the last block
=OFFSET(Data,0,0,2)
The last two are array formulas entered with
Shift+Ctrl+Enter.
You can copy the Results to any row or column
without changes.

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
Select Range of Cells programmingrookie Excel Discussion (Misc queries) 2 August 11th 05 07:13 PM
match and count words David Excel Worksheet Functions 5 July 4th 05 02:24 AM
Count cells based on date range in another column [email protected] New Users to Excel 1 May 5th 05 08:11 PM
I want to select the first blank cell in column A Greegan Excel Worksheet Functions 7 March 13th 05 12:56 PM
calculate which cells in column A will give me the total of column Ken Excel Worksheet Functions 4 January 6th 05 06:25 AM


All times are GMT +1. The time now is 08:02 PM.

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"