Hi, I'm trying to do this elegantly
=SUM(IF(E7:U7="x";value1 for E7, value2 for F7, value3 for G7...;0)
The cell in the right should be a a formula that sums all the elements checklisted with an x. Each of those cells it's a checklist of elements with a cost assigned in dispersed cells that are added up in the cell in the right.
Right now the formula looks like this and works but i'm guessing there is a better way to do it
=SUM(IF(E7:U7="x";value1 for E7, value2 for F7, value3 for G7...;0)
The cell in the right should be a a formula that sums all the elements checklisted with an x. Each of those cells it's a checklist of elements with a cost assigned in dispersed cells that are added up in the cell in the right.
Right now the formula looks like this and works but i'm guessing there is a better way to do it