Autofill the block of cells with drop down

M

Mangesh

Hi,
For certain application I want to autofill a block of cells (10 rows and 15
columns)(stored/calculated in another worksheet)
This autofill is selected based on the ID selected by user through a drop
down menu.

Thanks for your help.
 
K

Khoshravan

I couldn't understand your question exactly, but I think Vlookup could solve
your question. Vlookup(A1, B2:D10,2,false)
A1 in your case will be the drop down entry. B2:D10 will be the table in
different worksheet and ID column should be its first column.
 
M

Mangesh

Hi Khoshravan,
Thanks for the reply.

Actually I'm using Vlookup(), but it helps only to fill one cell,right?
If there are few cells only we can use multiple Vlookup(),

But I'm talking about around 100-120 cells to be auto filled depending on
the selected item.

Ex. If user selects any city from the drop down,
we should be able to autofill cells that shows say,
Temperature,Humidity,Rainfall ect of complete month/week.
i.e 3x30 cells

I wish I'm more clear now.

Hope to see your reply soon.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top