Page 1
Page 1
Started By
Message

Need Excel help asap

Posted on 2/28/23 at 9:57 am
Posted by Sir Drinksalot
Member since Aug 2005
16822 posts
Posted on 2/28/23 at 9:57 am
I have a spreadsheet that's due today and I can't get it to work correctly.

I have a string of birthdays, but I need them in mmddyyyy format.

I need to keep the 0 in the birthdays that are in the single digit months (like 04181998) but I also need to upload in a csv file.

When I change to csv format the leading zeros are dropped.

I have tried a few tricks from the google, but no luck.
Posted by I Love Bama
Alabama
Member since Nov 2007
38300 posts
Posted on 2/28/23 at 10:13 am to
If nobody answers, you have two options to do this quickly.

Fivver (website)

Chat GPT
Posted by dtett
Jiggacity
Member since Oct 2018
550 posts
Posted on 2/28/23 at 10:18 am to
Try the below.

A1 is a date.


=TEXT(A1,"mm")&TEXT(A1,"dd")&TEXT(A1,"yyyy")
Posted by WhiskeyThrottle
Weatherford Tx
Member since Nov 2017
6443 posts
Posted on 2/28/23 at 10:19 am to
In cell next to the date =TEXT(datecell,"MMDDYYYY")
Posted by WhiskeyThrottle
Weatherford Tx
Member since Nov 2017
6443 posts
Posted on 2/28/23 at 10:20 am to
You can string it all together without using the & concatenation.

Where do we send the bill?
Posted by dtett
Jiggacity
Member since Oct 2018
550 posts
Posted on 2/28/23 at 10:21 am to
I like to make my formulas as complicated as possible in order to bog down my computer.
Posted by Sir Drinksalot
Member since Aug 2005
16822 posts
Posted on 2/28/23 at 10:23 am to
I am very thankful for the tech board help
Posted by WhiskeyThrottle
Weatherford Tx
Member since Nov 2017
6443 posts
Posted on 2/28/23 at 10:24 am to
quote:

I like to make my formulas as complicated as possible in order to bog down my computer.



Oh good point. Your way is better for accomplishing that.

I'm in development now, but we have to run ad-hoc queries and drop it in excel for end users frequently and seeing what they come up with is very interesting. I had about 10 years of the "end user" excel learning curve before I entered IT so I get where they are. But I still enjoy jacking around with excel at times.
Posted by dtett
Jiggacity
Member since Oct 2018
550 posts
Posted on 2/28/23 at 10:40 am to
In my defense, the text function has a lot of hidden features that aren't immediately clear unless you've found a need to use said feature.
first pageprev pagePage 1 of 1Next pagelast page
refresh

Back to top
logoFollow TigerDroppings for LSU Football News
Follow us on X, Facebook and Instagram to get the latest updates on LSU Football and Recruiting.

FacebookXInstagram