K
karenhvb
I want to set up formulas such as:
=IF(E7='Smith',F7,0)
=IF(E7='Jones',F7,0)
but it isn't working. Do I need a numerical value in the "logical test"?
=IF(E7='Smith',F7,0)
=IF(E7='Jones',F7,0)
but it isn't working. Do I need a numerical value in the "logical test"?