Hi Team,
Please help me with the below issue, in my excel file sheet 1 i have , where i need to identify the seller name from the Sheet 2 data given below.
I tried with Index match to get the seller name but failed to do as i am unable to use If condition in my array, to look for selected from the D column (nomination selected) , any different method to get rid of this issue, please suggest.
Sheet 1
Sheet 2
Please help me with the below issue, in my excel file sheet 1 i have , where i need to identify the seller name from the Sheet 2 data given below.
I tried with Index match to get the seller name but failed to do as i am unable to use If condition in my array, to look for selected from the D column (nomination selected) , any different method to get rid of this issue, please suggest.
Sheet 1
Product | Requirement Received date | Selected Seller name |
SAP | 1/1/2018 | |
SQL | 1/15/2021 | |
Temenos | 5/12/2021 |
Product | Seller name | Requirement Received date | Nomination selected |
SAP | Max | 1/1/2018 | Selected |
SAP | Jean | 1/1/2018 | Rejected |
Python | Phillip | 12/1/2019 | Rejected |
Python | Sovit | 12/1/2019 | Rejected |
Python | Puneet | 12/1/2019 | Selected |
SQL | Steave | 1/15/2021 | Rejected |
SQL | Michel | 1/1/2021 | Rejected |
SQL | Paul | 1/15/2021 | Selected |
SQL | Shree | 1/1/2021 | Selected |
Temenos | Jecab | 5/12/2021 | Rejected |
Temenos | Phill | 2/2/2021 | Selected |
Temenos | Samual | 2/2/2021 | Rejected |
Temenos | Coumar | 5/12/2021 | Selected |