Sep 30 2024 11:47 PM - edited Oct 01 2024 01:03 AM
Hello,
I'm doing a search to find the % that belongs to a team ( fe Anderlecht) coupled to a matchday (fe 1)
(table 1 => looking to fill cell N/B marked in yellow)
The data comes out of sheet 2 but If the team is found in column "Thuisploeg" then the percentage out of column 3 DEF % Thuis should be returned. IF the team is found in column "Uitploeg" then the percentage out of column 4 Def % UIT should be returned.
Any experts that can help me?
Kind regards,
Jan
Oct 01 2024 01:51 AM
SolutionIt could be
=XLOOKUP(A3, [Thuisploeg], [Def % Thuis], XLOOKUP(A3, [Utiploeg], [Def % UIT]) )
Oct 01 2024 02:14 AM
Oct 01 2024 02:19 AM
Oct 01 2024 06:11 AM
Perhaps you may share sample file removing sensitive information?
Oct 01 2024 01:51 AM
SolutionIt could be
=XLOOKUP(A3, [Thuisploeg], [Def % Thuis], XLOOKUP(A3, [Utiploeg], [Def % UIT]) )