If formula to identify data outside a timeframe
Closed
Wiebes
-
Feb 19, 2015 at 05:17 AM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Feb 19, 2015 at 05:57 AM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Feb 19, 2015 at 05:57 AM
Related:
- If formula to identify data outside a timeframe
- The system could not identify your location viber - Guide
- Number to words in excel formula - Guide
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Tmobile data check - Guide
- Excel grade formula - Guide
1 response
vcoolio
Posts
1411
Registration date
Thursday July 24, 2014
Status
Moderator
Last seen
September 6, 2024
262
Feb 19, 2015 at 05:57 AM
Feb 19, 2015 at 05:57 AM
Hello Wiebes,
Perhaps this formula could help:-
=IF(A2="","",IF(B2="","",IF(B2-A2>=28,"Qualified",IF(B2-A2<28,"Not Qualified"))))
I'm assuming that the headings are "Created Date" in A1 and "Inception Date" in B1. Enter the formula in C2 (or wherever) and drag it down as far as you like.
I hope that this helps.
Cheerio,
vcoolio.
Perhaps this formula could help:-
=IF(A2="","",IF(B2="","",IF(B2-A2>=28,"Qualified",IF(B2-A2<28,"Not Qualified"))))
I'm assuming that the headings are "Created Date" in A1 and "Inception Date" in B1. Enter the formula in C2 (or wherever) and drag it down as far as you like.
I hope that this helps.
Cheerio,
vcoolio.