Hi,
I have a data sheet like below with Date of Birth of employees;
In another sheet I want to get the name of employee if his birthday falls on current month;
I used below formula but it is giving only first match where I want name of all matches.
={INDEX(Emp_Name,SUMPRODUCT(MONTH(DOB)=MONTH(TODAY())),MATCH(ROW(DOB),ROW(DOB)))}
Thanks
I have a data sheet like below with Date of Birth of employees;
| Name | DOB |
| Anil | 15-May-97 |
| Vikas | 1-Jun-90 |
| Manu | 6-Jul-95 |
| Das | 9-Dec-94 |
| Patric | 18-Sep-94 |
| Shan | 6-Nov-93 |
| Mary | 12-Mar-97 |
| Haris | 1-May-87 |
| Vinil | 4-Oct-95 |
| Lisy | 15-Jul-90 |
| Boby | 22-Sep-96 |
In another sheet I want to get the name of employee if his birthday falls on current month;
I used below formula but it is giving only first match where I want name of all matches.
={INDEX(Emp_Name,SUMPRODUCT(MONTH(DOB)=MONTH(TODAY())),MATCH(ROW(DOB),ROW(DOB)))}
Thanks