[SOLVED]
Thanks a ton to the contributors :
- Fluff13
- JohnTopley
Good Morning from GMT+7,
I want to create this kind of running/continuous number based on values (which in my case are name/ID, date, and location).
The current method that I've used to generate the code number is a simple COUNTIF formula, but when it finds the same value, the formula will skip to the next number.
ex :
No Name Date Location Generated Code
(after VLOOKUP) What I Want 1.ANDES 03 May 2021Denmark ANDES-OUT #1 ANDES-OUT #1 2.ANDES 03 May 2021Denmark ANDES-OUT #1 ANDES-OUT #1 3.ANDES 03 May 2021London ANDES-OUT #3 ANDES-OUT #2
The formula that I currently use for the generated code: B2&"-OUT #"&countif($B$2:B2,B2) ; and to call the data from another sheet using VLOOKUP.
More details can be found in the attachment.
Thanks![]()
Bookmarks