Hi all,
I have a formula (TEMPLATE O247)
=IFNA(XLOOKUP(1,('IT0015'!$A:$A=$B$1)*('IT0015'!$X:$X=J252),('IT0015'!$Z:$Z)),0)
I want to add that if the "Changed On" date is between Nov 1 & 15th to use the amount but if it's not, leave as 0
for (TEMPLATE O249)
=IFNA(XLOOKUP(1,('IT0014'!$A:$A=$B$1)*('IT0014'!$X:$X=J254),('IT0014'!$Z:$Z)),0)
if IT0014 has an end date of 9999-12-31 OR start/end dates are between Nov 1-15 then return that value but if it's not, leave as 0
Bookmarks