Forum Discussion

natjo8's avatar
natjo8
Copper Contributor
Sep 27, 2019
Solved

Can I give a cell a hidden value and then add hidden value up?

Can I give a cell a value without that value being in the cell?   I need to work out TOTAL HOURS/WEEK based on the cells with 'X' being worth a certain number of hours (either 2.5 or 1).  Can anyone ...
  • Subodh_Tiwari_sktneer's avatar
    Sep 27, 2019

    natjo8 

    If you insert a row to have the Hours as shown below...

     

    You can simply use the SUMIF formula in B2 and copy it down.

    =SUMIF(C3:H3,"x",$C$2:$H$2)