Does anyone know how to lookup two columns, from two separate tables, and join them with a filter?
I tried my hand at an “if” statement with “or”, but I’m still wrapping my head around formulas. My sample table is here:
The formula I tried is:
if(thisRow.[Employee Assignment]orthisRow.[Client Assignment]).IsBlank(),“Available”,“Checked Out”
edit: and I know this would be easier with a single table, but in my personal doc, I have a significantly greater amount of (differing) information for both employees and clients. The only “shared” link is both sets of users having equipment loaned to them.