I have a formula =VLOOKUP("ALTERNATE",E11:E1000,1,FALSE) which will find if the word "alternate" appears in column E. But I would like the result to return the row number that it finds the "Alternate" in so that it can feed into a couple other formulas that use that row number to stop the calculations above the row with "Alternate".