How to locate a cell and then use it in a range?

excelos

Well-known Member
Joined
Sep 25, 2011
Messages
591
Office Version
  1. 365
Platform
  1. Windows
Hello

Let's say we use an XLOOKUP to locate a particular cell which is e.g. B4.

How can I use this cell into a range e.g. B4:C10 for another formula?

And moreover, how do I use its column only or row only in a range for another formula, e.g. B:C or 4:10?

Last, how do I choose to use it as absolute or relative reference, e.g. $B$4:C10 ?

Thanks!
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Yes, I plan to use INDIRECT/ADDRESS formulas, but does it work like that?

INDIRECT(ADDRESS(some formula)):C10

Also, what about getting the column or the row only from an ADDRESS?
 
Upvote 0
Can't help with address, I never use it
OTOH ADDRESS needs column and row, so...
INDEX embedded in a formula returns cell references from which row or columns can be extracted, though.
 
Upvote 0
INDEX embedded in a formula returns cell references from which row or columns can be extracted, though.

Thanks, how can I extract row or column from INDEX?

Also, =SUM(INDIRECT(H54):INDIRECT(I54)) does not seem to work!
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,842
Members
449,193
Latest member
MikeVol

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top