I need to sum accounting data where the accounts are identified by a nominal code no. between a data range.
Assuming I have the following:
account no. A1:A10 (e.g. phone, rent etc)
value B1:B10
booking dates C1:C10 (e.g. from 01.04.12 to 30.06.12)
I know I can use sumif(A1:A10,rent,B1:B10)
I know how to use sumifs to sum values between range dates,
How can I combine them together (e.g. sum all 'rent entries' for period from 01.05.12 to 31.05.12
Thank you
Assuming I have the following:
account no. A1:A10 (e.g. phone, rent etc)
value B1:B10
booking dates C1:C10 (e.g. from 01.04.12 to 30.06.12)
I know I can use sumif(A1:A10,rent,B1:B10)
I know how to use sumifs to sum values between range dates,
How can I combine them together (e.g. sum all 'rent entries' for period from 01.05.12 to 31.05.12
Thank you