I need to sum cells that match two criteria that aren't in one single row or column. The spreadsheet has cells E1 through P1 numbered 1 through 12. There are certain rows that have a text string that I'm wanting to match to. Here's what I need. For any number I specify, any column that is less than or equal to the number and matches the row that has the text I specify will be summed. For example, let's say the entire area that the amounts are in is E2
4. The text criteria is in cells A2 and A4 and I want the values <=5 for those rows. I need a formula that is going to sum cells E2,F2,G2.H2,I2,E4,F4,G4,H4, and I4 TIA for any suggestions