I have a spreadsheet A - AZ, 38,000 lines. Seeking matches for 5,000 in the 38,000 lines. Often I work up to 65,000 lines A - AZ but always multiple lookups. I’ve never tried Index - Match on this size file.
The actual formula looks at six ‘conditions to match’ to return a match.
The simplified version of my formula is:
{=Index($A$2:$A$38000,Match(1,($C$2:$C$38000=$AD2)*($D$2:$D$38000=$AF2),0),4)} of course C-S-E from formula line.
I know the formula works, and it’s calculating line by line but 24-hours later it’s still calculating about a line per second.
Question: will this actually finish or does anyone have a better idea?
thanks!
The actual formula looks at six ‘conditions to match’ to return a match.
The simplified version of my formula is:
{=Index($A$2:$A$38000,Match(1,($C$2:$C$38000=$AD2)*($D$2:$D$38000=$AF2),0),4)} of course C-S-E from formula line.
I know the formula works, and it’s calculating line by line but 24-hours later it’s still calculating about a line per second.
Question: will this actually finish or does anyone have a better idea?
thanks!