Share via

INDIRECT with OFFSET

Anonymous
2012-07-20T17:09:00+00:00

Hello,

I am using an indirect in a data validation > list.  Like this

=INDIRECT((D33) & "_list" )

Which is in the cell to the right of C33.

So it will take the cell to the left and add "_list" as a range to populate in the drop down.

One of my ranges used OFFSET.  Like this

OFFSET(AllInventory!$A$2,0,0,COUNTA(AllInventory!$A:$A)-2,1)

This allows auto expanding.  And also remove the top and bottom values out.

When using a regular range my setup works fine.  Such as

range = area_list

='AllInventory'!$A$33:$A$236

But the OFFSET does not work.

The dropdown doesn't have anything in it.  Like there is no list at all.

Has anyone seen this?

Does anyone know a workaround for this?

thanks

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2012-07-20T20:42:43+00:00

See http://www.contextures.com/xlDataVal15.html for a very general setup, or this post by Aladin Akyurek for a different approach.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful