Forum Discussion
calof1
Sep 07, 2020Iron Contributor
Help finding Start date in sets of data
Hi,
I have sets of data which contains about 20 products. Some with different start dates. I have tried using SMALL formula in excel to find the date range with matches the product. This formula is in cell E2 on tab "Summary". However i keep getting an error message.
Does anyone have any ideas on what i need to change for this formula?
Many thanks,
4 Replies
- mathetesGold Contributor
I can't figure out your formula. I do know that I'd use MIN instead of SMALL to find the lowest date, given other criteria.
- JMB17Bronze ContributorRemove the quotes that are around $E$4.
=SMALL(IF('Exceptions - Data Input'!$AB:$AB=$E$4,'Exceptions - Data Input'!$D:$D),1)- calof1Iron Contributor