Hello All,
New member, and I'm definitely a novice at Excel. Vlookups and statements off of this are about as detailed as I have gotten before, which brings me to my issue.
I have a large spreadsheet that looks up a value, then must go to another sheet to look up and see if the spreadsheet matches 3 criteria in each row. There it takes about 4 hours to calculate with all the inefficiencies. I was wondering if anyone could help clean this up with a better formula. There are 340K of these formulas just like this in the sheets on the spreadsheet...thus the issue.
{=IF(MAX(IF(Staging!$A:$A=$A3,ROW(Staging!$A:$A))*IF(Staging!$B:$B<=KN$1,ROW(Staging!$B:$B))*IF(Staging!$C:$C>=KN$1,ROW(Staging!$C:$C)))>0,"N","Y")}
Staging A:A (1,700 Rows) shows the value that I am trying to match in this sheet's A3 (Call the value in A3 "T7000").
Next it looks to see if the date in Column B (start date) is less than or equal the date in this cell column's header,
Then it looks to see if the date in Column C is greater than or equal to the next column's date in it's header,
Finally, If this is true (if the start and/or finish dates run during or through the above range), then it returns No if it is in the range to show the equipment is shut down for repairs and Yes if it is running (unaffected).
Any help you can provide is great, and thank you!
Bookmarks