I am in the process of trying to write a formula that enters in a store number into a string of 0's. There should always be 8 digits at the end of the hostname.
Ex. store number = 111
hostname should look like wsw2-00000111
Ex. store number = 2222
hostname should look like wsw2-00002222
Ex. store number = 33333
hostname should look like wsw2-00033333
My attempt failed- =IF(LEN(A3)=3,"wsw2-00000XXX",=IF(LEN(A3)=4,"wsw2-0000XXXX",IF(LEN(A3)=5,"wsw2-000XXXXX"
Any help would GREATLY appreciated!
Perhaps ="wsw2-"&TEXT(A1,"00000000")
Quoting entire posts clutters the forum and makes threads hard to read !
If you are pleased with a member's answer then use the Star icon to rate it
Click here to see forum rules
Thanks! You're a lifesaver!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks