Dynamic Named Range to include blank cells?

julios

New Member
Joined
Dec 23, 2010
Messages
18
Hi guys,

I am trying to make a dynamic range that automatically expands upon new entries, but that includes blank cells. I have attached an example file. In the yellow cells are the values that I wish to produce automatically that need to be updated every time I add data in columns A,B or C. In column F I have created Named Ranges. These Ranges however are not dynamic so every time I add data on columns A,B or C, I need to go and change the range manually (this can be frustrating as I have more than 30 sheets in my workbook). The blank cells are also essential as they indicate that I haven't gotten a response in those cases. I have tried every "solution" that was offered online to no avail. Note that there are seven header lines.

Thanks in advance if anyone can help.

Here is the file as a google doc (I am working on excel though)

https://docs.google.com/spreadsheets/d/1-NoBYNPOUn-YTQNHXMcEP1PhDef12eWDG6IMN7SZD9Y/edit?usp=sharing
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
You can use a name that refers to:

=Sheet1!$A$8:INDEX(Sheet1!$A:$A,MATCH(9.99999999999999E+307,Sheet1!$A:$A))
 
Upvote 0
Thank you for your answer Andrew. Unfortunately this doesn't work. Or I am doing something wrong.

By googling I am finding that this should work, but it also produces an error:

=OFFSET($A$1,0,0,MATCH("*",$A:$A,-1),1)
 
Upvote 0

Forum statistics

Threads
1,215,111
Messages
6,123,159
Members
449,098
Latest member
Doanvanhieu

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