ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to use Indirect function? (https://www.excelbanter.com/excel-discussion-misc-queries/210286-how-use-indirect-function.html)

Eric

How to use Indirect function?
 
Does anyone have any suggestions on how to use Indirect function?

Under column AC, INDIRECT("AC"&591+1) in cell AC593.
When I copy this cell to the right under column AD, does anyone have any
suggestions on keeping the "AC" changing based on located column?
This is what I want under column AD, INDIRECT("AD"&591+1) in cell AC593.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric

Sheeloo[_3_]

How to use Indirect function?
 
Use this in cell AC593
=INDIRECT("R591C"&COLUMN(),FALSE) + 1
and copy across

This will add 1 to AC591
"Eric" wrote:

Does anyone have any suggestions on how to use Indirect function?

Under column AC, INDIRECT("AC"&591+1) in cell AC593.
When I copy this cell to the right under column AD, does anyone have any
suggestions on keeping the "AC" changing based on located column?
This is what I want under column AD, INDIRECT("AD"&591+1) in cell AC593.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric


Eric

How to use Indirect function?
 
Thank you very much for suggestions
Could you please interpret what INDIRECT("R591C"&COLUMN(),FALSE) is doing?
I don't understand what "R591C" is about.
Thank you for any suggestions
Eric

"Sheeloo" wrote:

Use this in cell AC593
=INDIRECT("R591C"&COLUMN(),FALSE) + 1
and copy across

This will add 1 to AC591
"Eric" wrote:

Does anyone have any suggestions on how to use Indirect function?

Under column AC, INDIRECT("AC"&591+1) in cell AC593.
When I copy this cell to the right under column AD, does anyone have any
suggestions on keeping the "AC" changing based on located column?
This is what I want under column AD, INDIRECT("AD"&591+1) in cell AC593.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric


Eric

How to use Indirect function?
 
Do you have any suggestions on converting following codes into your specific
format?
=CONFIDENCE(0.05,2,INDIRECT("AB"&591-AB595+1):AB591)
Thank you very much for any suggestions
Eric

"Sheeloo" wrote:

Use this in cell AC593
=INDIRECT("R591C"&COLUMN(),FALSE) + 1
and copy across

This will add 1 to AC591
"Eric" wrote:

Does anyone have any suggestions on how to use Indirect function?

Under column AC, INDIRECT("AC"&591+1) in cell AC593.
When I copy this cell to the right under column AD, does anyone have any
suggestions on keeping the "AC" changing based on located column?
This is what I want under column AD, INDIRECT("AD"&591+1) in cell AC593.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric


Sheeloo[_3_]

How to use Indirect function?
 
False implies R1C1 style reference

In case you don't know,
A1 would be R1C1 [Row 1 Col 1 i.e. Col A]
D4 would be R4C4 [Row 4 Col 4 i.e. Col D]

Sheeloo[_3_]

How to use Indirect function?
 
I am not clear on what do you want INDIRECT("AB"&591-AB595+1):AB591 to
represent? What is the range you want?

"Eric" wrote:

Do you have any suggestions on converting following codes into your specific
format?
=CONFIDENCE(0.05,2,INDIRECT("AB"&591-AB595+1):AB591)
Thank you very much for any suggestions
Eric

"Sheeloo" wrote:

Use this in cell AC593
=INDIRECT("R591C"&COLUMN(),FALSE) + 1
and copy across

This will add 1 to AC591
"Eric" wrote:

Does anyone have any suggestions on how to use Indirect function?

Under column AC, INDIRECT("AC"&591+1) in cell AC593.
When I copy this cell to the right under column AD, does anyone have any
suggestions on keeping the "AC" changing based on located column?
This is what I want under column AD, INDIRECT("AD"&591+1) in cell AC593.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric



All times are GMT +1. The time now is 09:24 AM.

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