IF({Gift Credit Count},
IF({Gift Credit Count}<{Soft Credit Count}, "Softs",
IF({Gift Credit Count}<{Appeal Credit Count}, "Appeals",
"Gifts"))))
3 fields I need to compare.
Gift, Soft, and Appeal.
I am trying to create a formula comparing
Gift to both Soft and Appeal.
If Gift is larger, than “Gift”
But if the other is larger, than “Soft” or “Appeal”
I am totally lost.
Because the formula above work when “Gift”
has a number above 0
but not when the gift number is 0
and if @Justin_Barrett answers this one too, I am buying you a coffee!