Patcheen
Active Member
- Joined
- Sep 28, 2015
- Messages
- 391
- Office Version
- 365
- Platform
- Windows
im using this formula to match dates but its not matching exactly its out by a few days
=IFERROR("A "&MATCH(B4,'Shirt Database'!$G$2:$G$60000,0),"")
b4 is the date im trying to match in 'Shirt Database'!$G$2:$G$60000 but as i say its not doing so its out by few days example b4 could be any date so im gonna use 04/05/91 but it returns 24/3/91 as i say it is only out by few days
=IFERROR("A "&MATCH(B4,'Shirt Database'!$G$2:$G$60000,0),"")
b4 is the date im trying to match in 'Shirt Database'!$G$2:$G$60000 but as i say its not doing so its out by few days example b4 could be any date so im gonna use 04/05/91 but it returns 24/3/91 as i say it is only out by few days