Hi All,
I need to total certain cells based on a condition across all worksheets in the workbook.
The pseudocode would be
Foreach ws as Worksheet
'total =SUMIF (A2:A5, "search term", B2:B5)
Next
MsgBox (total)
But I don't want to use a macro.
Any ideas?