Forum Discussion
TomasMarginean121999
Mar 23, 2023Copper Contributor
Excel data transfer
Good morning, I have a question about this thing in excel. From the following list i have some "codes" and the working time for those "codes". For the code number 38 i have the working time 1minute...
FikturFox
Mar 23, 2023Brass Contributor
VlookUp() will also do.
=VLOOKUP(D12,'TEMPI MACCHINA'!$A$3:$B$27,2,0)
If you are using European settings, change those commas to semi-colon.
- TomasMarginean121999Mar 23, 2023Copper ContributorMany thanks! It worked!