arvindsaraswat
New Member
- Joined
- Feb 12, 2013
- Messages
- 13
I have an excel sheet where equally spaced columns starting from AD (AD, AI, AN, AS, AX, ...) contain a string.
The string can be anything from a set of 4 pre-defined strings.
Requirement - Find the string that occurs most frequently in these columns.
Example
AD -------- AI ---------- AN ---------- AS --------AX -------
----------------------------------------------------------------------------
xxx yyy yyy xxx xxx //output xxx
xxx xxx xxx xxx zzz //output xxx
yyy zzz zzz zzz xxx //output zzz
The string can be anything from a set of 4 pre-defined strings.
Requirement - Find the string that occurs most frequently in these columns.
Example
AD -------- AI ---------- AN ---------- AS --------AX -------
----------------------------------------------------------------------------
xxx yyy yyy xxx xxx //output xxx
xxx xxx xxx xxx zzz //output xxx
yyy zzz zzz zzz xxx //output zzz