=indirect formula can't drag down

mika2023

New Member
Joined
Nov 2, 2023
Messages
2
Office Version
  1. 365
  2. 2021
Platform
  1. MacOS
Hi all - I have a large collaboration file where after analysing some data people need to select one field from a drop down menu, and then the second column will oopulate with dependent option available in a drop down menu. To make the 2 drop down dependent (from column 1) I'm using =INDIRECT($G$2). Problem is that when I try to drag down the data validation from row 1 and below the formula doesn't update, breaking the dependent options. Sorry if not clear - I'm definitely not an expert but doing my best :)
ABCDEFG (columA)Drop down 1 (ColumB)Drop down 2 (dependant from selection in drop down 1) (columC)
Data 1People, Process, Product=INDIRECT($B$2)
How can I drag the formula here and make it update automatically to =INDIRECT($B$3) and below?
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi, the $ is what prevent dragging and updating.
If you want the number only to increase you could use $B2. This will lock B but not the 2.
 
Upvote 0
You're welcome. Thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,681
Messages
6,126,191
Members
449,298
Latest member
Jest

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