I am trying to do a dynamic drop down. The left one is working fine, where as the right one is not. (see example) I just cannot get a complete list, even though I am using the same formula - any ideas??
Thanks
I am trying to do a dynamic drop down. The left one is working fine, where as the right one is not. (see example) I just cannot get a complete list, even though I am using the same formula - any ideas??
Thanks
Last edited by stevewilde; 12-07-2009 at 10:17 AM.
Where's your list validating from? From sheet 3? I didn't think you could validate from a seperate sheet.
You're using COUNT to establish height of dynamic range - this works for A given the values to list are numbers - this is not so in Column C which contains a mixture of data types - use COUNTA rather than COUNT and subtract from that number the count of any non-blanks in the range that are NOT to be listed (header/footer etc...)
(note as things stand your ranges don't encompass all values...)
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks