Hello nsurani, welcome to MrExcel
You mention SUMIFS, if you want to sum column B where third letter in column A is upper case "A" then try
=SUM(IF(EXACT(MID(A1:A100,3,1),"A"),B1:B100))
that's an "array formula" that needs to be confirmed with CTRL+SHIFT+ENTER