Is there a formula that displays the row height?

Alphacsulb

Active Member
Joined
Mar 20, 2008
Messages
414
For instance in A1 =RowHeight(1)

I'm looking for a formula that would tell me the row height.

Anything like that exist?
 
One thing to note is that you might need to use absolute cell references in your name definition. When I just put in the basic 'A1' type cell reference, I found that if I clicked elsewhere in the workbook and then opened up the name manager, the cell references in the get.cell formulas all changed. Sprinkling a few $ signs around the place solved that problem.

(I know this is an old thread, but I've just found it useful in perfectly answering my question so I hope this footnote is helpful to other people)
 
Upvote 0

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Select cell A1 and then create a new defined name (CTRL-F3) say "RowHeight" and in RefersTo enter =get.cell(17,a1)

Now in cell A1 enter (F3) =RowHeight
This is brilliant, thank you so much!!
 
Upvote 0

Forum statistics

Threads
1,226,117
Messages
6,189,061
Members
453,524
Latest member
AshJames

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