Forum Discussion
Deleted
Oct 24, 2018Formula help
Formula help for the below. If A1 =1 then put a 1 in C2, If A1=2 then put 2 in D2.
Andre Thompson
Oct 24, 2018Copper Contributor
In cell C2, put:
=IF(A1=1,1)
In cell D2, put:
=IF(A1=2,2)
- DeletedOct 24, 2018
Thank you