Help with AND function
For the life of me, I can't figure out what I'm doing wrong. I have a "Transactions" table with all of my financial transactions with date, account and reconciled checkbox columns. I have a second "Reconciliation" table to indicate whether or not I have marked all of my transactions as reconciled for specific months with the following formula:
AND(Account="Triangle-Corinne", Transactions::Transactions::"A>=C2, Transactions::Transactions::A<=D2, Transactions::Transactions::Reconciled=True).
It works on the first row, but when I fill down the column it doesn't work. I have triple-checked the dates and that all of the transactions between them are checked, but it still does not return true for subsequent rows. I also tried adding the formula manually in the second row with no luck. Help!