JACOBB9900
New Member
- Joined
- Apr 8, 2019
- Messages
- 38
Hello,
I can't seem to figure out where to place the "Left" function in the below formula. Cell "EA7" contains a number followed by three letters. These letters will only always be one of the four. "Eng", "Out", "RWK", or "Cust". Not all the numbers in Column EA will be followed by these letters. My objective is for my formula to read the numbers only, hence the use of the "Left" function, and return the correct information to cell "R7" where the formula is located.The numbers in column "EA" are a mix of two digits and three digits. I would like to post a link to an example file but don't know how to do so. See formula below.
=IFNA(INDEX('Workbook Sheet1'!$C$3:$C$9000,MATCH(1,($D7='Workbook Sheet1'!$A$3:$A$9892)*($EA7='Workbook Sheet1'!$B$3:$B$9791),0)),"")
I understand this is not a lot to go off of but any help is appreciated and I am more than happy to provide any information needed.
Thank you.
I can't seem to figure out where to place the "Left" function in the below formula. Cell "EA7" contains a number followed by three letters. These letters will only always be one of the four. "Eng", "Out", "RWK", or "Cust". Not all the numbers in Column EA will be followed by these letters. My objective is for my formula to read the numbers only, hence the use of the "Left" function, and return the correct information to cell "R7" where the formula is located.The numbers in column "EA" are a mix of two digits and three digits. I would like to post a link to an example file but don't know how to do so. See formula below.
=IFNA(INDEX('Workbook Sheet1'!$C$3:$C$9000,MATCH(1,($D7='Workbook Sheet1'!$A$3:$A$9892)*($EA7='Workbook Sheet1'!$B$3:$B$9791),0)),"")
I understand this is not a lot to go off of but any help is appreciated and I am more than happy to provide any information needed.
Thank you.