I have alist of dates on one tab (Calculations)in monthly intervals, on another tab (InterestSplits) I have a list of dates. I want to put the date from the second tabnext to the date on the first tab that the date is between.
I have tried the following IF statement but this does notreturn to the desired result:
=IFS('Interest Splits'!F3:F373,'InterestSplits'!F3:F373,">="&A12,'InterestSplits'!F3:F373,"<="&A13,'Interest Splits'!A3:A373,B1)
As I have multiple client data, the section of the formula'Interest Splits'!A3:A373,B1 determineswhich client I am looking against.
I have tried the following IF statement but this does notreturn to the desired result:
=IFS('Interest Splits'!F3:F373,'InterestSplits'!F3:F373,">="&A12,'InterestSplits'!F3:F373,"<="&A13,'Interest Splits'!A3:A373,B1)
As I have multiple client data, the section of the formula'Interest Splits'!A3:A373,B1 determineswhich client I am looking against.