MAX with VALUE and LEFT
=MAX(VALUE(LEFT({OTHER SHEET REFERENCE RANGE}, 4)))
I'm trying to first get TEXT/NUMBER column to read first 4 characters (i.e. 0004-1 to be 0004),
Then trying to get TEXT to NUMBER conversion (i.e. 0004 to 4),
Then trying to get MAX out of that adjusted range.
Getting INVALID DATA TYPE.
Best Answer
-
You would need to add a column in the 'OTHER SHEET' with the =VALUE(LEFT([Column name]@row,4))
then make that your cross sheet reference and put it directly into the MAX function
Answers
-
You would need to add a column in the 'OTHER SHEET' with the =VALUE(LEFT([Column name]@row,4))
then make that your cross sheet reference and put it directly into the MAX function
-
Dang, I was trying to avoid a helper column, but I guess that makes sense.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!