aziemlewicz
14 hours agoRegistered
Formula to lookup value in another related table
I have a lookup table that has a relationship with 2 other tables (Table 1 & Table 2).
There are 2 different IDs in my lookup table that I need to check in Table 1 & Table 2.
I need to check Table 1 if one of the IDs exists, if yes then I need a checkbox ticked. For the other ID, I need to check if it exists in Table 2, if yes then some other checkbox is ticked.
How do I go about doing this?