Hi guys,
I want to make a dynamic range. I've found plenty of suggestions on the internet that use the offset function, and do things like count the number of non-blank cells in a column to get the the height of the dynamic range. The problem I have is that I have multiple tables on the same sheet, separated by blank cells, like this:
ExcelExample.png
I want to have two dynamic ranges. One for the first table named PureGasProperties, one for the second name MixtureProperties. If I use the count or counta function as many articles have suggested, it will count the non-blank cells in both tables rather than just the one I am interested in. What is the best way to count just the number of cells until the FIRST blank row? I have had a surprisingly difficult time finding an answer to this! I am hoping that a macros is not necessary and it can be done with excel function
Thanks!
Bookmarks