Question about Function =LEN(cell) - Cell Character Count

jakecc

New Member
Joined
Feb 22, 2016
Messages
15
Hi Folks!

I have a spreadsheet that I'm working on for a client and each cell cannot exceed 26 characters. In performing a Google search, I came across the function =LEN(cell). My questions is this, would it be possible to compose this function in a way that it would process an entire column with each target cell's output to be placed in a neighboring cell within the row? For instance, I'd like for cell 2 in column a to house the character count for cell 2 in column c, with cell 3 in column a housing the character count for cell 3 in column c, and so on. I'd like to avoid having to enter the function for each of the 869 rows within the spreadsheet. Manually counting the characters within each cell is rather difficult and entering the function on each row is difficult as well.

Thanks in advance!

Jake
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
If you type Len(c2) in column A and copy it down you will get the counts for each row in Column A. You don't need a function to get this result. I would put a filter on the column and then filter any value greater than 26.
 
Upvote 0
If you type Len(c2) in column A and copy it down you will get the counts for each row in Column A. You don't need a function to get this result. I would put a filter on the column and then filter any value greater than 26.

THANK YOU SOOOOOOOOOOOOOOOOOOOOOOOOOOOOO MUCH!!!!

I wish you a great day!

Jake
 
Upvote 0

Forum statistics

Threads
1,215,566
Messages
6,125,593
Members
449,237
Latest member
Chase S

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top