Hello Experts
I want to implement Excel Formula Fuction that is Minimum from a set of columns. When I implement another formula such as SUM or AVERAGE, that’s works perfectly. But if i change the formula to MIN or MAX, it won’t show any result. Here are some pics to be clear. Appreciate for your guidance!
I never use the Excel column, but I can suggest a workaround.
Use a Make Array column to create an array from the 3 columns, then target that with a Rollup->Minimum.
I assume that because the text: 15 10 12 that I split from a Choice, is not recognized as a number. So I tried to convert it as a number with simple Math column, then Make Array, and RollUp. But the Minimum function still doesn’t work.