Forum Discussion
tsbarton70
Sep 17, 2025Copper Contributor
Excel Formula
Hi, I'm trying to figure out which formula (if any) to use in my workbook to make it more automated. I am needing to have a formula in worksheet 4, that will go to worksheet 1, locate the word "T...
Harun24HR
Sep 20, 2025Bronze Contributor
Try the following formula-
=FILTER(Sheet1!A2:A1000,Sheet1!B2:B1000="Thursday","")
Screenshot of the formula.