Forum Discussion

djshaw63's avatar
djshaw63
Copper Contributor
Aug 07, 2021
Solved

Help with a formula

I have a spreadsheet that calculates the total price of various optional items associated with building a new home. For each item on the very long list I have a cell that acts as a checkbox. The vali...
  • Riny_van_Eekelen's avatar
    Aug 07, 2021

    djshaw63 I would like to suggest that you change the set-up slightly. Rather than having a cell to be "y" or a number, why not have one column for y, n or ?  and one where you fill in the qty.

     

    Then use a formula that checks tests column B for "y" (True=1, False=0) X qyt X Unit cost.

     

    See attached.