Hey there, I just started using Airtable today and want to go ballistic :grinning_face_with_big_eyes:
I have two tables
Availability with a customer, number field (w), number field (max)
[customer: “username”; kw: 6, max: 42]
Tasks with several fields, but specific also customer, number field (kw), number field (value),
customer: “username”; kw: 6; value: 4]
My Goal:
I want to populate with a complex lookup like - ((<Tasks.value>/<Availability.max>)*100) WHERE (<Availability.customer> = <Tasks.customer> AND <Availability.w> = <Tasks.kw>)
So basically, I want to see how much percent of max Availability for a specific customer is a single Task taking up.
Any Idea how to solve this? (Which plan is needed?)