Forum Discussion
Anonymous
4 years agoNot applicable
Retrieve from other table
Hello, Let me get straight to the point. I want to retrieve data from another table based on the date. I have two tables; The first one is as follows: The second one is as follows...
- 4 years ago
Result = LOOKUPVALUE( TABLE1[Work day], TABLE1[Date], TABLE2 [Maand forecast] )
AntonioM
4 years agoSolution Sage
Result = LOOKUPVALUE( TABLE1[Work day], TABLE1[Date], TABLE2 [Maand forecast] )
Anonymous
4 years agoNot applicable
Thanks, it worked!