I dont know if this is possible but what i am trying to add a check box into my spreadsheet. The journal can have upto 100+ lines i need to sum the values in column B IF the value in column A is between 500 and 599 (in example below it should return a value of 20)
I have tried =SUMIF(A24:A27,"<499>600",B24:B27) as well as many others, i'm not sure if it is becasue column A is a calculation
A B Column A = this is a calculation =MID(C24,9,3)which is a text column
543 300.00 Column B - a value
539 220.00
100 200.00
500 -500.00
300 -200.00
I have tried =SUMIF(A24:A27,"<499>600",B24:B27) as well as many others, i'm not sure if it is becasue column A is a calculation
A B Column A = this is a calculation =MID(C24,9,3)which is a text column
543 300.00 Column B - a value
539 220.00
100 200.00
500 -500.00
300 -200.00