Forum Discussion
Table: Formula to return a value from the table if other cells contain certain values
- May 03, 2024
=INDEX(G2:G15,MATCH(1,(B2=D2:D15)*(B3=E2:E15)*(B4=F2:F15),0))
This formula works in my sample file. The formula must be entered as an arrayformula with ctrl+shift+enter if someone doesn't work with Office 365 or Excel for the web or Excel 2021.
=INDEX(G2:G15,MATCH(1,(B2=D2:D15)*(B3=E2:E15)*(B4=F2:F15),0))
This formula works in my sample file. The formula must be entered as an arrayformula with ctrl+shift+enter if someone doesn't work with Office 365 or Excel for the web or Excel 2021.
- Rui_Dias_RucaFeb 18, 2025Copper Contributor
Dears...help :-)
I have one work sheet where I have a table and values with several names, so whenever it will be in line x a specific value and then in line X+1 another value I need to return a value, please
I need to know the plan "Line 12" if per month it was done or not "Line 13" with values, example for "Jun" was planned 4 and was done 4 so 100% covered
I really appreciate your help