Formatting Warehouse locations

Steve337

New Member
Joined
Jul 18, 2018
Messages
2
trying to use the smart complete to create a range of warehouse locations. here is a sample below. with a max of the last decimal of 3. Thanks!

011.001.001
011.001.002
011.001.003
011.002.001
011.002.002
011.002.003
011.003.001

<tbody>
</tbody>
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Welcome to the Board!
What cell is the very first entry being placed in?
I want to use some calculations dependent upon row number, so if I know the starting row number, then I can write the formula to work exactly for you without you having to make any changes to it.
 
Upvote 0
If the first row you are putting this formula in is row 1, then this put this formula in and copy down for all other rows:
Code:
="011." & TEXT(INT((ROW()-1)/3)+1,"000.")&TEXT(MOD(ROW()-1,3)+1,"000")
Any other row will require some adjustments.
 
Upvote 0
jeUzby
the location is all in one cell. attached is a screen shot of the form i was sent to fill out.
https://ibb.co/jeUzby
 
Upvote 0
the location is all in one cell. attached is a screen shot of the form i was sent to fill out.
https://ibb.co/jeUzby
I am unable to view that file from my current location (blocked by my security department).
Did my solution not work for you?
If not, please answer the question I asked in my first reply.
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,749
Members
449,050
Latest member
excelknuckles

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top