Assuming by checkbox you mean something like the one that is on the forms toolbar, that is linked to a cell by right clicking on the checkbox and choosing 'Format Control' and then putting a cell address into the cell link box, then you can simply use something like the following:-
Assume 4 boxes as per your data Inititive | Description | Budget | Approved and that they are linked to cells A11 and that your value are in A22, then you can simply use
=A1*A2+B1*B2+C1*C2+D1*D2
or simply
=SUMPRODUCT(--A11,A22)
Regards
Ken............
---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission
----------------------------------------------------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.