Hi guys and ladies,
I have yet another question that I hope somebody here knows the answer to. I have the following situation:
A single Excel sheet with a total of 44 columns that contain content. The content is devided as follows:
A2 has text => B2 has LEN function to count the characters.
C2 has text => D2 has LEN function to count the characters.
E2 has text => F2 has LEN function to count the characters.
G2 has text => H2 has LEN function to count the characters.
I2 has text => J2 has LEN function to count the characters.
K2 has text => L2 has LEN function to count the characters.
etc...
In the last column I need to get the text that has the most characters from the prior cells. So if cell A2 has 120 characters, C2 has 125, E2 has 128, G2 has 103 etc... then in the last cell (AR2) would show the content of E2.
I know how to get the character counts per cell but is there a way to automate doing the compare between the different LEN results and then put the text from the cell with the highest result as actual text in the last cell?
Here is the link to the file https://www.dropbox.com/s/2jp5ie77vc4pdsq/Project 77 EN.xls. I hope you can work with it.
Thanks so much in advance for any help you all might be able to give.
Cheers
Jacob
I have yet another question that I hope somebody here knows the answer to. I have the following situation:
A single Excel sheet with a total of 44 columns that contain content. The content is devided as follows:
A2 has text => B2 has LEN function to count the characters.
C2 has text => D2 has LEN function to count the characters.
E2 has text => F2 has LEN function to count the characters.
G2 has text => H2 has LEN function to count the characters.
I2 has text => J2 has LEN function to count the characters.
K2 has text => L2 has LEN function to count the characters.
etc...
In the last column I need to get the text that has the most characters from the prior cells. So if cell A2 has 120 characters, C2 has 125, E2 has 128, G2 has 103 etc... then in the last cell (AR2) would show the content of E2.
I know how to get the character counts per cell but is there a way to automate doing the compare between the different LEN results and then put the text from the cell with the highest result as actual text in the last cell?
Here is the link to the file https://www.dropbox.com/s/2jp5ie77vc4pdsq/Project 77 EN.xls. I hope you can work with it.
Thanks so much in advance for any help you all might be able to give.
Cheers
Jacob
Last edited: