If you select cells A1 to S10 by highlighting those cells the reference A1 will show in the name box which is directly above the A column and to the left of the formula bar, in that box type any name for the range selected and press enter. Try typing Data
Now you have a range reference (Data) you can go to any time or refer to in a formula. Just click in the name box and select the name you typed and it will take you to A1:S10.
If you wanted to sum all the cells in that named range you would enter ~
=SUM(Data) which is the same as typing =SUM(A1:S10)
The formula must be outside the range named Data or you will get a circular reference warning.
If that is not what you require, can you give a better explanation of your requirements.
The first part after INDIRECT looks in cell A1 to find the row of data from which you need to match the value in Cell A3, the next part limits the row of data to look up, only from column A to Column S, and False, produces the exact match position in the row of data you are looking up.
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.