Id like to filter out and total some numbers based on the month a user selects.
I have a dropdown containing the 12 mths from which the user will pick.
In the adjacent cell I have the formula below. B5:100 contains dates in dd/mm/yy format and C5:C100 contains numbers. The "" part of that is where I need to input the month the user selects from the dropdown.
=SUMIF(B5:B100,"",C5:C100)
Does anyone know how I can do it ?
Many thanks,
Ben.
I have a dropdown containing the 12 mths from which the user will pick.
In the adjacent cell I have the formula below. B5:100 contains dates in dd/mm/yy format and C5:C100 contains numbers. The "" part of that is where I need to input the month the user selects from the dropdown.
=SUMIF(B5:B100,"",C5:C100)
Does anyone know how I can do it ?
Many thanks,
Ben.