IF formula for a date range
Solved/Closed
luxe
-
Jan 13, 2021 at 01:34 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jan 18, 2021 at 11:57 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jan 18, 2021 at 11:57 AM
Related:
- IF formula for a date range
- Date formula in excel dd/mm/yyyy - Guide
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Excel grade formula - Guide
- Number to words in excel formula - Guide
- Credit summation formula - Guide
2 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Updated on Jan 14, 2021 at 12:00 PM
Updated on Jan 14, 2021 at 12:00 PM
Hi Luxe,
Not sure what you mean by "jan report date". Do you mean an actual date or the text?
Can you show some sample data for better understanding?
As I understand it now, you have for example 4-1-2021 in A2 and 20-1-2021 in B2 (d-m-yyyy). In this case want a "jan report date" as a result.
=TEXT(B2,"mmm") & " report date"
But this can't be what you are looking for, right?
Best regards,
Trowa
Not sure what you mean by "jan report date". Do you mean an actual date or the text?
Can you show some sample data for better understanding?
As I understand it now, you have for example 4-1-2021 in A2 and 20-1-2021 in B2 (d-m-yyyy). In this case want a "jan report date" as a result.
=TEXT(B2,"mmm") & " report date"
But this can't be what you are looking for, right?
Best regards,
Trowa
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Jan 18, 2021 at 11:57 AM
Jan 18, 2021 at 11:57 AM
Hi Luxe,
So you want to retrieve the lowest and highest month used in a range.
For low:
=PROPER(TEXT(MIN($A$1:$B$3),"mmmm"))
For high:
=PROPER(TEXT(MAX($A$1:$B$3),"mmmm"))
Best regards,
Trowa
So you want to retrieve the lowest and highest month used in a range.
For low:
=PROPER(TEXT(MIN($A$1:$B$3),"mmmm"))
For high:
=PROPER(TEXT(MAX($A$1:$B$3),"mmmm"))
Best regards,
Trowa
Jan 14, 2021 at 01:27 PM
I have a date range. The initial booked date and the the last revised date. I need a formula that reviews these two columns and the date range given up above so that I can determine which month the dates are in. This is for a report for accounting.