I am trying to sum a value in column "C" if the cell in column "B" matches the text I am looking for, and do this over 50 rows. I can do it one row at a time, and that is working - it would just make my argument so long. Here's what I have that is working (3 rows worth): =(IF(A2='Monday 11-13'!B2,'Monday 11-13'!C2,0)+IF(A2='Monday 11-13'!B3,'Monday 11-13'!C3,0)+IF(A2='Monday 11-13'!B4,'Monday 11-13'!C4,0)) (Monday is the name of the worksheet where the data are)
Solved by A. A. in 19 mins