ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Concatenate RangeName for INDEX? (https://www.excelbanter.com/excel-worksheet-functions/7256-concatenate-rangename-index.html)

CLR

Concatenate RangeName for INDEX?
 
Hi All.......

I am trying to Concatenate a RangeName being used in an INDEX formula.
J1=DEFECTS, D5=30220

=INDEX(J1&D5,3,4) don't seem to work.

If I type in =INDEX(DEFECTS30220,3,4) it works fine....

I would like to pull the RangeName out of the formula hard coding if possible.

Any help would be appreciated.

Vaya con Dios,
Chuck, CABGx3



Don Guillett

Have a look in HELP index for INDIRECT which cannot be used to get info from
a closed workbook.

--
Don Guillett
SalesAid Software

"CLR" wrote in message
...
Hi All.......

I am trying to Concatenate a RangeName being used in an INDEX formula.
J1=DEFECTS, D5=30220

=INDEX(J1&D5,3,4) don't seem to work.

If I type in =INDEX(DEFECTS30220,3,4) it works fine....

I would like to pull the RangeName out of the formula hard coding if

possible.

Any help would be appreciated.

Vaya con Dios,
Chuck, CABGx3





Dave R.

Chuck, just put INDIRECT around it;

=index(indirect(j1&d5),3,4)


"CLR" wrote in message
...
Hi All.......

I am trying to Concatenate a RangeName being used in an INDEX formula.
J1=DEFECTS, D5=30220

=INDEX(J1&D5,3,4) don't seem to work.

If I type in =INDEX(DEFECTS30220,3,4) it works fine....

I would like to pull the RangeName out of the formula hard coding if

possible.

Any help would be appreciated.

Vaya con Dios,
Chuck, CABGx3





CLR

Thanks for the lead Don......

Vaya con Dios,
Chuck, CABGx3



"Don Guillett" wrote:

Have a look in HELP index for INDIRECT which cannot be used to get info from
a closed workbook.

--
Don Guillett
SalesAid Software

"CLR" wrote in message
...
Hi All.......

I am trying to Concatenate a RangeName being used in an INDEX formula.
J1=DEFECTS, D5=30220

=INDEX(J1&D5,3,4) don't seem to work.

If I type in =INDEX(DEFECTS30220,3,4) it works fine....

I would like to pull the RangeName out of the formula hard coding if

possible.

Any help would be appreciated.

Vaya con Dios,
Chuck, CABGx3






CLR

Thank you kind Sir.......I have been fooling with that for over an
hour......it's so easy when you know how......

Vaya con Dios,
Chuck, CABGx3



"Dave R." wrote:

Chuck, just put INDIRECT around it;

=index(indirect(j1&d5),3,4)


"CLR" wrote in message
...
Hi All.......

I am trying to Concatenate a RangeName being used in an INDEX formula.
J1=DEFECTS, D5=30220

=INDEX(J1&D5,3,4) don't seem to work.

If I type in =INDEX(DEFECTS30220,3,4) it works fine....

I would like to pull the RangeName out of the formula hard coding if

possible.

Any help would be appreciated.

Vaya con Dios,
Chuck, CABGx3






Don Guillett

glad to steer you in the right direction

--
Don Guillett
SalesAid Software

"CLR" wrote in message
...
Thanks for the lead Don......

Vaya con Dios,
Chuck, CABGx3



"Don Guillett" wrote:

Have a look in HELP index for INDIRECT which cannot be used to get info

from
a closed workbook.

--
Don Guillett
SalesAid Software

"CLR" wrote in message
...
Hi All.......

I am trying to Concatenate a RangeName being used in an INDEX formula.
J1=DEFECTS, D5=30220

=INDEX(J1&D5,3,4) don't seem to work.

If I type in =INDEX(DEFECTS30220,3,4) it works fine....

I would like to pull the RangeName out of the formula hard coding if

possible.

Any help would be appreciated.

Vaya con Dios,
Chuck, CABGx3









All times are GMT +1. The time now is 06:51 AM.

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