table array

excelmaze

New Member
Joined
Apr 13, 2011
Messages
2
I was looking at someone's HLOOKUP formula and could not understand how the table array works. Shouldn't any cell reference have both letters and numbers? The formula I was looking at have only numbers.

The formula looks like this:

= HLOOKUP(A$1, 'depreciation'!2:103,'depreciation'!Y102,FALSE)

What does 2:103 mean? Thanks!
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
I was looking at someone's HLOOKUP formula and could not understand how the table array works. Shouldn't any cell reference have both letters and numbers? The formula I was looking at have only numbers.

The formula looks like this:

= HLOOKUP(A$1, 'depreciation'!2:103,'depreciation'!Y102,FALSE)

What does 2:103 mean? Thanks!
2:103 means the entire rows 2 to 103.

If they were using Excel 2003 then the same range could be written as:

A2:IV103

In Excel 2007 and later it would be:

A2:XFD103
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,879
Members
452,948
Latest member
Dupuhini

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