Forum Discussion
Val Knaus
May 02, 2018Copper Contributor
Help with IF formulas
Can someone help me put the following into a formula for me? If D2>E2, then D2, If D2<E2, then E2 No matter what I try, I can't seem to get it to work. Thanks everyone!
Matt Mickle
May 02, 2018Bronze Contributor
Try this formula:
=IF(D2>E2,D2,E2)
Val Knaus
May 02, 2018Copper Contributor
Thank you... I was just forgetting the equal sign!