Forum Discussion
Find the 10,000th row in larger data set
I had a look at your file, but it is unclear to me what you are trying to achieve precisely. Can you please include (where possible) cell addresses in your request so we can see what information needs to be looked up where?
Thanks for the message.
In my spreadsheet i am trying to find a cell based on the "Year", "Case Type", "stock type".
From the attached i want to find the cell highlighted Yellow. This would be cell D16. The criteria i want it to match is highlighted red, this will then we able to use the formula across the range of data.
Thank you kindly for your assistance.
- JKPieterseJul 11, 2019Silver Contributor
calof1 Like in the attached? (green cells)
- calof1Jul 12, 2019Iron Contributor
Thank you for the assistance, this works for my criteria perfectly.
Thank you again for your help.
Kind regards,
- JKPieterseJul 12, 2019Silver ContributorYou're welcome. Please keep in mind that this is a very slow formula, so if your file takes a long time to calculate you may benefit from adding a column which joins the two criteria and then do a match against that column.
- Theo_BearJul 11, 2019Copper Contributor
Hi
is it wise to use array formulas which do slow down calculations given the already big size of the data set? Wondering.
- JKPieterseJul 11, 2019Silver ContributorWell spotted. No it isn't of course. Better to add a helper column to the table which already combines the two lookup columns.