ttopsout72
New Member
- Joined
- Jun 15, 2018
- Messages
- 4
Good afternoon,
I have an array formula setup to bring back the earliest sell date of a product from a different worksheet in the same workbook. The formula works, but it drags Excel to a massive crawl and sometimes the program freezes up because it's currently 137,051 rows of data. Note: The formula being used also brings back a date of 6/10/2018 if there's an error (no earlier sell date). If I don't enter the formula below as an array, then it just brings back the date of 1/0/1900.
=IFERROR(MIN(IF('Date Identifier'!$A:$A='20 Week Sales Report'!$A2,'Date Identifier'!$K:$K)),"6/10/2018")
How can I convert this array formula into a regular formula in order to get rid of Excel dropping to a crawl?
Thanks for the help!
I have an array formula setup to bring back the earliest sell date of a product from a different worksheet in the same workbook. The formula works, but it drags Excel to a massive crawl and sometimes the program freezes up because it's currently 137,051 rows of data. Note: The formula being used also brings back a date of 6/10/2018 if there's an error (no earlier sell date). If I don't enter the formula below as an array, then it just brings back the date of 1/0/1900.
=IFERROR(MIN(IF('Date Identifier'!$A:$A='20 Week Sales Report'!$A2,'Date Identifier'!$K:$K)),"6/10/2018")
How can I convert this array formula into a regular formula in order to get rid of Excel dropping to a crawl?
Thanks for the help!