Hello,
I am having an issue restricting a cell to only what is in the drop down.
I have a cell that is data validated as a list to be passed this:
=IF(B4="Lease",$O$3:$O$6,INDIRECT(VLOOKUP($P$21,$O$2:$S$17,5)))
the indirect passes a range for example "O2:O11" which would fill the drop down...