This works in my location (U.S.)...Hi, is there a way for Excel formula to Get month number from Month Name.
1 for Jan etc
maybe choose, lookup etc...
Thanks for helping....
I have january in A1, i want result 1 in B1
=MATCH(UPPER(A1),{"JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER"},0)
Excel is extremely "eager" to recognize a date entry.Perfect works great for me too....
Why "&1" is there any logic behind that, if i may ask?