Forum Discussion
RI
3 years agoFrequent Visitor
Lookup values from more than one table
I have three tables based on the compability i have to brought the date from another two tables like if match date from one table if mismatch the date from another table. Plz Help
Greg_Deckler
3 years agoCommunity Champion
RI You can use MAXX(FILTER(...), ...) or LOOKUPVALUE and if it returns BLANK then do the same against the other table. Hard to be super specific with the information provided.