Hi
I need help to sum a row of data based on a drop down menu "fortnight from" AND a drop down menu "fortnight to".
Range: B3:G3 = numbers to sum
Range: B2:G2 = Fortnight #1 , Fortnight #2 etc
Cell: B15 is drop down menu to "Select Fortnight from:"
Cell: B16 is drop down menu to "Select Fortnight to:"
Example: If B15 = Fortnight #1 and B16 = Fortnight #4 I want to sum cells B3:E3
Example: If B15 = Fortnight #3 and B16 = Fortnight #6 I want to sum cells D3:G3
This is the formula I've tried
=SUMIFS(B3:G3,B2:G2,"="&B15,B2:G2,"="&B16)
I've also tried without "="&
but no luck so far.
First time on forums, would really appreciate some assistance, thanks
I need help to sum a row of data based on a drop down menu "fortnight from" AND a drop down menu "fortnight to".
Range: B3:G3 = numbers to sum
Range: B2:G2 = Fortnight #1 , Fortnight #2 etc
Cell: B15 is drop down menu to "Select Fortnight from:"
Cell: B16 is drop down menu to "Select Fortnight to:"
Example: If B15 = Fortnight #1 and B16 = Fortnight #4 I want to sum cells B3:E3
Example: If B15 = Fortnight #3 and B16 = Fortnight #6 I want to sum cells D3:G3
This is the formula I've tried
=SUMIFS(B3:G3,B2:G2,"="&B15,B2:G2,"="&B16)
I've also tried without "="&
but no luck so far.
First time on forums, would really appreciate some assistance, thanks