Feb 14, 2021 11:50 AM
Hi all. I am kinda new to formulas and was hoping there was a way to make a formula that can take into account data from other tables? What I am trying to do here is assign certain data a simplified number. Example: If the number in column A from table 1 is between 1,000 and 1,999 then it is assigned ‘1’ in table 2. If the number in column A from table 1 is between 2,000 and 2,999 then it is assigned ‘2’ in table 2. So on and so forth.
Feb 14, 2021 12:21 PM
It sounds like you will want to look into lookup fields:
Feb 14, 2021 08:16 PM
Thanks Scott. I tried lookup but all it will do is bring info from the field I select to the LookUp. What I am trying to do is create a condition that says:
So on and so forth. Is this a formula? automation?
Feb 14, 2021 08:22 PM
Once you lookup the number into a lookup field, then you can create a formula that compares the value of that lookup field to whatever you want.
Feb 14, 2021 08:33 PM
You are right. Then hide that field. Thanks so much!