Related Posts
Innovative idea right here.

Dear Fishes, I got C1 Solution Architect in wipro digital and sr manager -project in Cognizant in Mumbai.Cognizant Wipro CTC 34 in cognizant and 32 in wipro. Fixes in Cognizant is 32 and wipro is 27.2
What kind of project and work i can expect from both the company and which will be a best option for mumbai location.
Additional Posts in Excel Genius
Anyone know what these badges are?

New to Fishbowl?
unlock all discussions on Fishbowl.





a long way you could do it is concatenate the cell and espérate year month and day and then out it together using a formula in the form you’d like. idk how to do it easier!
 separate*
It's in the "More Number Formats" selection box, then select "Custom" and enter "yyyy-mm-dd" in "Type"
Try to convert from text (existing format) to date first,
i.e. =DATE(LEFT(text,4),MID(text,5,2),RIGHT(text,2)) <adapt to characters within string>
Then use the date formatting.
select area, replace "/" with "-"
Yeah I was thinking that too but I’m just wondering what the root cause of the issue would be. Wondering what could be preventing it from taking the change?
=TEXT(A1, “YYYY-MM-DD”)
Hmm no luck with that. Thanks for the suggestion though.
This worked!! Thank you so much 👍
What is the value of cell L1128?
Check out the datevalue function too
I’ve had the issue before and I just use & formula to fix it. Never tried too hard to find out what caused it. 😅
What format is the original cell? You might have to use txt to columns and select dte as the format.
Most likely case is that you ran out of custom number formats - sometimes the excel is too bashful to tell you that straight out. You have to make room (delete some).