Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default finding cell location

A toughie...
I have a list in column 1 on sheet 1 that I am looking for it's cell
location on sheet 2.
However, on sheet 2, the range is B3:M494. It is not all in one column or
row, or then I would use vlookup or hlookup possibly....
I want an equation that finds the value on sheet 2 and returns the cell
location (B6, F67, M335, etc.)

Thanks,
Josh
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 299
Default finding cell location

A couple of ways I am sure there are more

=CELL("address",INDEX(Sheet2!A1:M94,MAX((Sheet2!B3 :M94=A1)*(ROW(Sheet2!B3:M94))),MAX((Sheet2!B3:M94= A1)*(COLUMN(B3:M94)))))

entered with ctrl + shift & enter where A1 as in =A1 holds the lookup value

or

=ADDRESS(MAX((Sheet2!B3:M94=A1)*(ROW(Sheet2!B3:M94 ))),MAX((Sheet2!B3:M94=A1)*(COLUMN(B3:M94))))

entered the same way


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"Jshendel" wrote in message
...
A toughie...
I have a list in column 1 on sheet 1 that I am looking for it's cell
location on sheet 2.
However, on sheet 2, the range is B3:M494. It is not all in one column or
row, or then I would use vlookup or hlookup possibly....
I want an equation that finds the value on sheet 2 and returns the cell
location (B6, F67, M335, etc.)

Thanks,
Josh



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default finding cell location

neither of them worked for me.
What do you mean by "entered with ctrl + shift & enter"?


"Peo Sjoblom" wrote:

A couple of ways I am sure there are more

=CELL("address",INDEX(Sheet2!A1:M94,MAX((Sheet2!B3 :M94=A1)*(ROW(Sheet2!B3:M94))),MAX((Sheet2!B3:M94= A1)*(COLUMN(B3:M94)))))

entered with ctrl + shift & enter where A1 as in =A1 holds the lookup value

or

=ADDRESS(MAX((Sheet2!B3:M94=A1)*(ROW(Sheet2!B3:M94 ))),MAX((Sheet2!B3:M94=A1)*(COLUMN(B3:M94))))

entered the same way


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"Jshendel" wrote in message
...
A toughie...
I have a list in column 1 on sheet 1 that I am looking for it's cell
location on sheet 2.
However, on sheet 2, the range is B3:M494. It is not all in one column or
row, or then I would use vlookup or hlookup possibly....
I want an equation that finds the value on sheet 2 and returns the cell
location (B6, F67, M335, etc.)

Thanks,
Josh




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 299
Default finding cell location

Maybe that is why they didn't work because I wouldn't post a formula that
didn't work? You have to enter the formula with ctrl + shift & enter as
opposed to just enter it, replace sheet name, lookup cell and range if
necessary, put the formula in a cell and pres ctrl + shift & enter at the
same time

--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"Jshendel" wrote in message
...
neither of them worked for me.
What do you mean by "entered with ctrl + shift & enter"?


"Peo Sjoblom" wrote:

A couple of ways I am sure there are more

=CELL("address",INDEX(Sheet2!A1:M94,MAX((Sheet2!B3 :M94=A1)*(ROW(Sheet2!B3:M94))),MAX((Sheet2!B3:M94= A1)*(COLUMN(B3:M94)))))

entered with ctrl + shift & enter where A1 as in =A1 holds the lookup
value

or

=ADDRESS(MAX((Sheet2!B3:M94=A1)*(ROW(Sheet2!B3:M94 ))),MAX((Sheet2!B3:M94=A1)*(COLUMN(B3:M94))))

entered the same way


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"Jshendel" wrote in message
...
A toughie...
I have a list in column 1 on sheet 1 that I am looking for it's cell
location on sheet 2.
However, on sheet 2, the range is B3:M494. It is not all in one column
or
row, or then I would use vlookup or hlookup possibly....
I want an equation that finds the value on sheet 2 and returns the cell
location (B6, F67, M335, etc.)

Thanks,
Josh






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default finding cell location

Perfect!
Works great.
Thank you,
Josh

"Peo Sjoblom" wrote:

Maybe that is why they didn't work because I wouldn't post a formula that
didn't work? You have to enter the formula with ctrl + shift & enter as
opposed to just enter it, replace sheet name, lookup cell and range if
necessary, put the formula in a cell and pres ctrl + shift & enter at the
same time

--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"Jshendel" wrote in message
...
neither of them worked for me.
What do you mean by "entered with ctrl + shift & enter"?


"Peo Sjoblom" wrote:

A couple of ways I am sure there are more

=CELL("address",INDEX(Sheet2!A1:M94,MAX((Sheet2!B3 :M94=A1)*(ROW(Sheet2!B3:M94))),MAX((Sheet2!B3:M94= A1)*(COLUMN(B3:M94)))))

entered with ctrl + shift & enter where A1 as in =A1 holds the lookup
value

or

=ADDRESS(MAX((Sheet2!B3:M94=A1)*(ROW(Sheet2!B3:M94 ))),MAX((Sheet2!B3:M94=A1)*(COLUMN(B3:M94))))

entered the same way


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"Jshendel" wrote in message
...
A toughie...
I have a list in column 1 on sheet 1 that I am looking for it's cell
location on sheet 2.
However, on sheet 2, the range is B3:M494. It is not all in one column
or
row, or then I would use vlookup or hlookup possibly....
I want an equation that finds the value on sheet 2 and returns the cell
location (B6, F67, M335, etc.)

Thanks,
Josh








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 299
Default finding cell location

Thanks for the feedback

Peo


"Jshendel" wrote in message
...
Perfect!
Works great.
Thank you,
Josh

"Peo Sjoblom" wrote:

Maybe that is why they didn't work because I wouldn't post a formula that
didn't work? You have to enter the formula with ctrl + shift & enter as
opposed to just enter it, replace sheet name, lookup cell and range if
necessary, put the formula in a cell and pres ctrl + shift & enter at the
same time

--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"Jshendel" wrote in message
...
neither of them worked for me.
What do you mean by "entered with ctrl + shift & enter"?


"Peo Sjoblom" wrote:

A couple of ways I am sure there are more

=CELL("address",INDEX(Sheet2!A1:M94,MAX((Sheet2!B3 :M94=A1)*(ROW(Sheet2!B3:M94))),MAX((Sheet2!B3:M94= A1)*(COLUMN(B3:M94)))))

entered with ctrl + shift & enter where A1 as in =A1 holds the lookup
value

or

=ADDRESS(MAX((Sheet2!B3:M94=A1)*(ROW(Sheet2!B3:M94 ))),MAX((Sheet2!B3:M94=A1)*(COLUMN(B3:M94))))

entered the same way


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"Jshendel" wrote in message
...
A toughie...
I have a list in column 1 on sheet 1 that I am looking for it's cell
location on sheet 2.
However, on sheet 2, the range is B3:M494. It is not all in one
column
or
row, or then I would use vlookup or hlookup possibly....
I want an equation that finds the value on sheet 2 and returns the
cell
location (B6, F67, M335, etc.)

Thanks,
Josh








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
insert date Larry Excel Worksheet Functions 28 July 15th 06 02:41 AM
Vlookup file location changes depending on value within cell vane0326 Excel Worksheet Functions 0 June 25th 06 03:23 AM
Max #, Cell, Row location nastech Excel Discussion (Misc queries) 3 June 12th 06 10:14 AM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM


All times are GMT +1. The time now is 07:12 AM.

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"