Formula for Between to Dates
Solved/Closed
Tom9o
Tom9o - Feb 23, 2013 at 06:21 AM
- Posts
- 11
- Registration date
- Monday February 18, 2013
- Status
- Member
- Last seen
- September 15, 2013
Tom9o - Feb 23, 2013 at 06:21 AM
Related:
- Formula for Between to Dates
- If formula using dates - Guide
- IF formula with dates ✓ - Forum - Excel
- Update dates in Excel spreadsheet: each year, formula - Guide
- Excel formula numbers to dates ✓ - Forum - Excel
- Sumif formula to sum between 2 dates...help ✓ - Forum - Office Software
1 reply
rizvisa1
Feb 20, 2013 at 01:10 AM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Feb 20, 2013 at 01:10 AM
try
=IF(AND(A1<>"", A1>=$H$1, A1<=$G$1),A1,"")
=IF(AND(A1<>"", A1>=$H$1, A1<=$G$1),A1,"")
Feb 23, 2013 at 06:21 AM
Thanks Tom9o