Does the infinite symbol work in Excel?

ssalazarjr

Board Regular
Joined
Jun 1, 2009
Messages
158
I would like to use the infinite symbol "∞" in the height portion of my OFFSET Function. Or any other symbol, function or ideas that will work. I put an example of what I'm trying to accomplish.

=MATCH(B2, OFFSET(A1, 30, 0, "∞", 1), 0)

so

=MATCH(B2, A31:A"∞", 0)
 
Last edited:

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
no, but there are ways to dynamically define ranges to size to the used area. search the board for 'dynamic named range' for examples, post back if you can't get it sorted
 
Upvote 0
Hi,

It's a nice idea but I don't think you'll be able to make it work. Excel doesn't have an infinite number of rows, so making it into a valid range reference would be tricky.

There are various alternatives though. You can use formulas which calculate the number of used rows and automatically expand or contract as the volume of data changes, or you can just reference the largest row number in the sheet (eg. 65536 in XL 2003 or earlier).

Does that help?
 
Upvote 0

Forum statistics

Threads
1,222,089
Messages
6,163,841
Members
451,861
Latest member
Lurch65

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