cell A1 typed in value is "06-Dec-2019", cell B1 is what user needs to type numbers only, once cell B1 value is typed in let's say "1", then cell B1 will appear as "AB19120601CD" instead of "1"
AB19120601CD = concatenate("AB",right(year($A$1),2),RIGHT(MONTH($A$1),2),Right(Day($A$1),2),text($B$1,"00"),"CD")
how can i make the above happen which I can't use format as it runs automatically by cell A1 and cell B1
pls help ||
Bookmarks