Nov 10, 2020 03:56 AM
Hello,
i am working on a look-up for a 2 dimensional matrix. A little bit of context for my problem:
I am trying to find a value based on two different (numerical) inputs: mileage of a car and operational time. I have already implemented the matrix and a junction table in the style of this base, which was posted on a quite simmiliar topic ([Probability matrix value driven by two "single-select" fields / nested-ifs / multi-variate lookup]) before:
[[https://airtable.com/shr2THQFtsbPF8Bdz/tbl7Jhxg5UWlfGzgv/viwkkudWdLBdVdPqC?blocks=hide]]
My roll-up formula in my “opportunities” table is using a combination of MID(), LEN() and FIND() formulas, in order to return the assoicated percentage. However, i have encountered several problems:
I’d be glad for any suggestions!
Thank you very much
Solved! Go to Solution.
Nov 10, 2020 10:47 AM
Hmmm, sounds like you might be better off building out the predictive logic in code, not formulas.
Can’t you simply create another formula field that converts the string to an actual percentage?
Nov 10, 2020 10:47 AM
Hmmm, sounds like you might be better off building out the predictive logic in code, not formulas.
Can’t you simply create another formula field that converts the string to an actual percentage?
Nov 11, 2020 12:19 AM
Hey Bill,
thanks for your reply. As i posted, there was already a solution for this problem (Seen in the Airtable Base).
I was just wondering, how the user managed to do that, as it would be the perfect solution for my problem.
Yes, thats true, however it would not solve my problem regarding the different lenghts of the strings which have to be returned.