Community help with excel
Closed
mulchara
-
Jun 17, 2010 at 12:57 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 17, 2010 at 10:27 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 17, 2010 at 10:27 AM
Related:
- Community help with excel
- Excel marksheet - Guide
- Number to words in excel - Guide
- Excel free download - Download - Spreadsheets
- Kernel for excel - Download - Backup and recovery
- Excel date format dd.mm.yyyy - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jun 17, 2010 at 10:27 AM
Jun 17, 2010 at 10:27 AM
Lets assume that the date that you are checking for is in C1 and dates other wise are in A and numbers in B then
=INDIRECT("B" & IF(ISERROR(MATCH(C1,A:A,0)),MATCH(C1,A:A)+1,MATCH(C1,A:A,0)))
Note: I just corrected the formula
=INDIRECT("B" & IF(ISERROR(MATCH(C1,A:A,0)),MATCH(C1,A:A)+1,MATCH(C1,A:A,0)))
Note: I just corrected the formula