G
Guest
In my worksheet I'm trying to enter a value in one column only if a value
exists in another. So, in the "IF" arguement, It would be something like:
If(G5=A1+7,49.99,IF(G5=A1+14,59.99,"0"))
The 3rd part of the arguement makes the entry 0 appear. I don't want
anything to appear, but I don't know how to make it so that the cell is left
blank if neither argument is true. I tried "" but that is invalid.
Thanks for the help.
exists in another. So, in the "IF" arguement, It would be something like:
If(G5=A1+7,49.99,IF(G5=A1+14,59.99,"0"))
The 3rd part of the arguement makes the entry 0 appear. I don't want
anything to appear, but I don't know how to make it so that the cell is left
blank if neither argument is true. I tried "" but that is invalid.
Thanks for the help.