Hello,
I am having a wonderfully huge list of values having lot of data like:
[pre]
but I am geting #N/A values where the list data do not match with the required value ($IV$1). So the row containing "Value3" shows #N/A in all cells.
I can obviously use Filter afterwards, but that will create problem with serial number (11000 rows) bcoz we can not drag and fill values when Filter is applied (On).
What/How should I do in this case?
I am having a wonderfully huge list of values having lot of data like:
[pre]
Code:
head1 head2 ..... headX
value1 value2..... valueX
value1 value2..... valueX
value3 value4..... valueX
value1 value2..... valueX
value3 value4..... valueX
value3 value4..... valueX
value1 value2..... valueX[/pre]
and the list goes down for like another 11000 rows.
I was trying to fetch all "value1" using VLOOKUP, and I used =VLOOKUP($IV$1,'LIST'!B3:AB3,3,FALSE)
I can obviously use Filter afterwards, but that will create problem with serial number (11000 rows) bcoz we can not drag and fill values when Filter is applied (On).
What/How should I do in this case?