If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
There are some fairly complex formulas that can be used. Testing them and verifying that they work for all possible values in a given spreadsheet column can take solid background experience with cell formulas. Any trivial error in entering or adjusting any of the functions can make a lot of work trying to figure out where the error is.
The fundamental reason that it’s not easy to do is because it’s not what Excel is supposed to do. You’re trying to make a program that’s designed to manipulate numbers do work that should be done by a database. It’s a spreadsheet program not a database or word-processing program. It’s intended to handle monetary or other numeric amounts, and it does that very well.
If you want a database function, you should put the data into a database. Access would be a far better choice.
But we can probably work out a suggested formula if you supply a description of the column along with the number of rows. See for example return maximum text “value”.
There are some fairly complex formulas that can be used. Testing them and verifying that they work for all possible values in a given spreadsheet column can take solid background experience with cell formulas. Any trivial error in entering or adjusting any of the functions can make a lot of work trying to figure out where the error is.
The fundamental reason that it’s not easy to do is because it’s not what Excel is supposed to do. You’re trying to make a program that’s designed to manipulate numbers do work that should be done by a database. It’s a spreadsheet program not a database or word-processing program. It’s intended to handle monetary or other numeric amounts, and it does that very well.
If you want a database function, you should put the data into a database. Access would be a far better choice.
But we can probably work out a suggested formula if you supply a description of the column along with the number of rows. See for example return maximum text “value”.
Tom
Thank you for your help. I may put this into Access if the formula doesn’t work.