sheetsnewbie
New Member
- Joined
- Mar 19, 2024
- Messages
- 1
In Google Sheets, I'm trying to do the following:
If the checkbox in the "Paid?" column (F) is checked, then it will check the date in column G and verify that it matches L2. If they match, then it will pull the amount in C2 and place it into L3. Then as I continue down the spreadsheet, it will continue to add any amounts from column C IF the date in column G matches the date in L2.
The only formula I know to use right now is the following:
=SUMIF(F2:F45,TRUE,C2:C45)
And that will pull the amount in column C if the checkbox is checked. But how do I add in that ALSO the date in column G matches the date in L2?
If the checkbox in the "Paid?" column (F) is checked, then it will check the date in column G and verify that it matches L2. If they match, then it will pull the amount in C2 and place it into L3. Then as I continue down the spreadsheet, it will continue to add any amounts from column C IF the date in column G matches the date in L2.
The only formula I know to use right now is the following:
=SUMIF(F2:F45,TRUE,C2:C45)
And that will pull the amount in column C if the checkbox is checked. But how do I add in that ALSO the date in column G matches the date in L2?