I'm trying to count based on two criteria conditions being met using COUNTIFS. I can get it to work Im using one criteria but when I use two it throws an error "Expected: end of statement.
myworksheet.Cells(1, "A") = "HIGH"
myworksheet.Cells(1, "B") = "=COUNTIFS(" & otherworksheet.Name & "!A2:A" & LastRow & ",A1, & otherworksheet.Name & "B2:B" & LastRow & ","*bingo*")"