Hello,
Im having trouble using MAX in a mixed cell.
My data in column B for example is:
201301 January
201302 February
etc
Using =Max(B:B) however returns a 0 value.
Can anyone help?
Many thanks
Hello,
Im having trouble using MAX in a mixed cell.
My data in column B for example is:
201301 January
201302 February
etc
Using =Max(B:B) however returns a 0 value.
Can anyone help?
Many thanks
oNE SIMPLE WAY IS USING A HELPER AND HIDDEN COLUMN. lET'S SAY COLUMN c.
In C1 and copy down use this.
=LEFT(B1,6)+0
Then use (MAX(C:C)
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
Thanks - Ive tried to combime into a single formula but it #Value's out.
Is there no way to do it without adding a new column and increasing the amount of data in the spreadsheet?
=MAX(--LEFT(B:B,6)) confirmed with CTRL+SHIFT+ENTER (array formula)
"I'm not a perfectionist; I'm just perfect."
Thanks for the suggestion - the array formula returns a 0 value
ARRAY formula
=MAX(--LEFT(B:B,6))
But i insist that with helper column is better.
Thanks Ben - Seems to have resolved it and now works perfectly!
Fotis - Thanks also for your suggestion - I think adding an additional column of data should be avoided where possible.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks