D
drmcleod
If the value in a cell is a letter, can that be used in an IF formula?
I am making a simple chore worksheet for my kids. Each chore (cell) is
represented by a letter. Also, each chore is worth a certain amount of money
(i.e. K chore is worth $1) I would like them to be able to enter in their
chore letter when it's completed and let the spread sheet enter and calculate
the amounts and running totals. Can this be done?
For example:
=IF(c7=K,1,IF(c7=X,2))
I am making a simple chore worksheet for my kids. Each chore (cell) is
represented by a letter. Also, each chore is worth a certain amount of money
(i.e. K chore is worth $1) I would like them to be able to enter in their
chore letter when it's completed and let the spread sheet enter and calculate
the amounts and running totals. Can this be done?
For example:
=IF(c7=K,1,IF(c7=X,2))