Validation Data

J

JorgeAE

I am using a validation data formula, initialy I have it set up to use
only the range (A1:A24) and (B1:B24) now I want to expand the range to
(B1:B30) (A1:A30)
Initial formula:

=IF(ROW(A1:A24)-ROW(A1)+1>COUNT(B1:B24),"",INDEX(A:A,SMALL(B1:B24,ROW(INDIRECT("1:"&ROWS(A1:A24))))))

When I go to the data validation window and modify the formula as
follows:

=IF(ROW(A1:A30)-ROW(A1)+1>COUNT(B1:B30),"",INDEX(A:A,SMALL(B1:B30,ROW(INDIRECT("1:"&ROWS(A1:A30))))))

There is not changes the range still reads the initial formula and the
new rows
read as A48 , A49....

I would like to know what should I do to modify my data as the second
formula.
 

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

Similar Threads

Formulas 2
sumif function leaving a blank cell when criteria not met 3
Combining two formulas 0
SumProduct - With Or Function 3
rearranging the data 1
VBA for Dependents shortcut menu 0
Data Validation 1
count 3

Top