hi, i want to enhance my IF statement to include 2 more conditions.
my current IF statement has 1 condition of only checking if IBM is present.
=IF($C3="IBM", $J3, 0)
what i want to do:
(IF statement with '3' conditions). if cell C3 = IBM, and if cell F3 = 'Jul-07' or 'Aug-07', then display contents of cell J3, otherwise display 0.
How do i incorporate the other 2 'date' conditions from cell F3 into the formula?
my current IF statement has 1 condition of only checking if IBM is present.
=IF($C3="IBM", $J3, 0)
what i want to do:
(IF statement with '3' conditions). if cell C3 = IBM, and if cell F3 = 'Jul-07' or 'Aug-07', then display contents of cell J3, otherwise display 0.
How do i incorporate the other 2 'date' conditions from cell F3 into the formula?