My formula is not working but I also don't know that I am using the correct formula. I am trying to pull a number from a different sheet (a number from the PAC Weekly freezer reading max temp column) and want to pull that number only if it also has a match of the date from Week 1 and the freezer number
=IF(AND({PAC Weekly Freezer Readings Date} = [Week 1]@row, {PAC Weekly Freezer Number} = [Freezer/Fridge #]@row), {PAC Weekly Freezer Readings Max Temp}, "")