Hello excel geniuses! This is probably a simple solution but I am puzzled. I am trying to create a pricing matrix that looks at values in a row (x vs. any other value), and then based on whether an x is entered, sums a price but without putting the price in the cell. In other words, one column is a list of features (power windows, ABS, convertible, etc), the next row contains the prices for those options, and the next row is simply to mark yes or no using an x to indicate whether the option has been selected. At the bottom of the row containing the yes/no selections populated with x or nothing, a total price would be rendered. I started with the following:
=IF(D5="x",B5,0)+IF(D6="x",B6,0)...etc., but that seems clunky particularly given a very long list. Any ideas as to a simper way of doing this?
Bookmarks