Hello,
I am trying to expand on the following formula:
=IF(B1="","","Hi")
Verbally it reads, "If B1 equals blank, put blank, other wise put HI."
What I'am trying to do is add another criteria for the blank portion such as:
"If B1 equals blank AND John, put blank, otherwise put hi."
I don't...