Hi,
I'm trying to pull data from another sheet if the date meets the criteria in one of two columns of 12/20/2025. Should I use an if/or or nested ifs? Here is what I have so far but get the #INCORRECT ARGUMENT SET error. Here's what I have so far. Any idea what I'm doing wrong?
=IF(OR(INDEX({cutdate}, MATCH([Job ID]@row , {schedjb}, 0)) = DATE(2025, 12, 20), (INDEX({changedate}, MATCH([Job ID]@row , {schedjb}, 0)) = DATE(2025, 12, 20)), INDEX({requestdate}, MATCH([Job ID]@row , {schedjb}, 0)), ""))
Thanks