Hello I am trying to set up dynamic formulas that will reference my technicians "tabs" on my google sheets doc.
=SUMIFS(Antonio!E2:E, Antonio!A2:A, ">="&N1, Antonio!A2:A, "<="&O1) + SUMIFS(Antonio!F2:F, Antonio!A2:A, ">="&N1, Antonio!A2:A, "<="&O1) + SUMIFS(Antonio!G2:G, Antonio!A2:A, ">="&N1, Antonio!A2:A, "<="&O1) + SUMIFS(Antonio!H2:H, Antonio!A2:A, ">="&N1, Antonio!A2:A, "<="&O1)+ SUMIFS(Antonio!I2:I, Antonio!A2:A, ">="&N1, Antonio!A2:A, "<="&O1)
I'd like the formula to read something like " =sumifs(M3&!E2:E.... " with M3 being the reference cell that has Antonio (or another tech's name).
Any help is greatly appreciated! Thank you!