Forum Discussion
Koepsell
Feb 16, 2019Copper Contributor
If formula
 I have a currency value in cell A10, and a marker "X" in cell C10 for certain conditions.  I would like to write an "If" statement in cell F10 to do the following: If the "X" marker is present in cel...
Twifoo
Feb 16, 2019Silver Contributor
The formula in F10 is:
=IF(C10="X",
A10,
"")