Hey everyone...here's an easy one for you for a Friday
I'm trying to create a formula to find 80% of a number if the number is greater than 3. Otherwise, it needs to be equal to said number. Here is what I came up with based on my google searches...but I seem to be missing something. Any ideas?
=IF(D37>3,[=SUM(.8*(D37))],[=D37])
Thanks,
Phil H.
=IF(D37>3,[=SUM(.8*(D37))],[=D37])
Thanks,
Phil H.