keiserj
Board Regular
- Joined
- May 31, 2013
- Messages
- 89
Having trouble with this formula. In column A of Sheet1 i have a list of Log ID which show up either, MFG010318134515 or PURCH010318164059 which the numbers are time stamp and MFG or PURCH will be added via userform. What im trying to do is take all MFG Log ID and past into Sheet2 column a so that i can pull different data off of Log ID.
=IF(LEFT('Sheet1'!$A4,3) = "MFG", 'Sheet1'!$A4,"")
Works but has gaps in where PURCH shows up
Any help would be great!
=IF(LEFT('Sheet1'!$A4,3) = "MFG", 'Sheet1'!$A4,"")
Works but has gaps in where PURCH shows up
Any help would be great!