jorgefilemon
New Member
- Joined
- May 9, 2014
- Messages
- 9
ok i have written down this
=LEFT(A1,3)&MID(A1,FIND(" ",A1)+1,3)&MID(A1, FIND(" ",A1,FIND(" ",A1)+1)+1, 2)&RIGHT(A1,2)&TEXT(MONTH(TODAY()),"00")&RIGHT(YEAR(TODAY()),2)
i put these formulas together to generate SKU for my store.
I wanna turn this into a function named SKU(), for easy access in excel, how do i do this?
=LEFT(A1,3)&MID(A1,FIND(" ",A1)+1,3)&MID(A1, FIND(" ",A1,FIND(" ",A1)+1)+1, 2)&RIGHT(A1,2)&TEXT(MONTH(TODAY()),"00")&RIGHT(YEAR(TODAY()),2)
i put these formulas together to generate SKU for my store.
I wanna turn this into a function named SKU(), for easy access in excel, how do i do this?