Guys, I'm stumped! I've been working on this issue since yesterday but lack the understanding to get around it.
My issue is with this formula in particular:
=MIN(IF([@[max dim]]<=priceSchedule[Max Dim],
IF([@[median dim]]<=priceSchedule[Med Dim],
IF([@[min dim]]<=priceSchedule[Min Dim],
IF([@[package weight]]<=priceSchedule[Actual Weight Limit], priceSchedule[Size '#],MAX(priceSchedule[Size '#]))))))
When applying the formula in a table I get weird results. Let me explain some more:
1) https://www.awesomescreenshot.com/image/3646528/be9b8526ae02c66e19493b0838ea6a41
I then hit the return key in the formula bar, and:
2) https://www.awesomescreenshot.com/image/3646518/69944f967267346ddd06b06b8d2eff85
Any ideas?
My issue is with this formula in particular:
=MIN(IF([@[max dim]]<=priceSchedule[Max Dim],
IF([@[median dim]]<=priceSchedule[Med Dim],
IF([@[min dim]]<=priceSchedule[Min Dim],
IF([@[package weight]]<=priceSchedule[Actual Weight Limit], priceSchedule[Size '#],MAX(priceSchedule[Size '#]))))))
When applying the formula in a table I get weird results. Let me explain some more:
1) https://www.awesomescreenshot.com/image/3646528/be9b8526ae02c66e19493b0838ea6a41
I then hit the return key in the formula bar, and:
2) https://www.awesomescreenshot.com/image/3646518/69944f967267346ddd06b06b8d2eff85
Any ideas?