Hello everyone,
I need to create an 8 digit random integer with Char (84) leading. Can anyone assist me with the formula? I have manual calculation turned off..
Thanks!!![]()
Hello everyone,
I need to create an 8 digit random integer with Char (84) leading. Can anyone assist me with the formula? I have manual calculation turned off..
Thanks!!![]()
Try..
=RANDBETWEEN(84000000,84999999)
Life's a spreadsheet, Excel!
Say thanks, Click *
Thanks - I should have known that - do you know how to write the function to add character 84 which is the letter "T" in front of these numbers?
please elaborate..perhaps an example?to add character 84 which is the letter "T" in front of these numbers?
Each random integer should have the letter T in front of the numbers. i.e. T84934675 Just wondering if there is a way to write it in the formula? Thanks
Thank you Chemist B --- I appreciate it
=CHAR(84)&RANDBETWEEN(10000000,99999999) or just "T"&RANDBETWEEN(10000000, 99999999)
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks