Forum Discussion
If formula with multiple conditions
- Dec 13, 2021
In E3:
=INDEX('Haulier Log'!$C$4:$AG$16,MATCH($A3,'Haulier Log'!$A$4:$A$16,0),MATCH($B$1,'Haulier Log'!$C$3:$AG$3,0))
Fill down.
See the attached version.
I changed the dates in row 3 of the Haulier Log sheet to dates in this month (you had dates in January of 2022), and entered fake data below.
You can probably use one of the lookup functions, but we need details about your setup. Could you attach a sample workbook without sensitive information?
Thank you, I have attached a copy.
I want the formula to go into column E on the tabs named the days of the week.
So really when the date in the haulier log matches the day I am planning, I want the info to be populated.
Thanks
- HansVogelaarDec 13, 2021MVP
In E3:
=INDEX('Haulier Log'!$C$4:$AG$16,MATCH($A3,'Haulier Log'!$A$4:$A$16,0),MATCH($B$1,'Haulier Log'!$C$3:$AG$3,0))
Fill down.
See the attached version.
I changed the dates in row 3 of the Haulier Log sheet to dates in this month (you had dates in January of 2022), and entered fake data below.
- JSLINDSAYDec 13, 2021Copper Contributor