tmmcentyre
New Member
- Joined
- Oct 30, 2018
- Messages
- 5
I'm trying to sum quantities (C7) from multiple sheets (Sheet2:Sheet11) onto a summary sheet (Sheet1) using check boxes. I have the check boxes (G6:G15) set up on Sheet1 but when I check more than one box it only shows the topmost checked value. I need it to sum the values whether I check one or more or all boxes. This is my formula so far...
=
IF(G6,(Sheet2!C7),
IF(G7,(Sheet3!C7),
IF(G8,(Sheet4!C7),
IF(G9,(Sheet5!C7),
IF(G10,(Sheet6!C7),
IF(G11,(Sheet7!C7),
IF(G12,(Sheet8!C7),
IF(G13,(Sheet9!C7),
IF(G14,(Sheet10!C7),
IF(G15,(Sheet11!C7),
""))))))))))
I think I broke my Google button on this one!
=
IF(G6,(Sheet2!C7),
IF(G7,(Sheet3!C7),
IF(G8,(Sheet4!C7),
IF(G9,(Sheet5!C7),
IF(G10,(Sheet6!C7),
IF(G11,(Sheet7!C7),
IF(G12,(Sheet8!C7),
IF(G13,(Sheet9!C7),
IF(G14,(Sheet10!C7),
IF(G15,(Sheet11!C7),
""))))))))))
I think I broke my Google button on this one!