Hello,
Thank you for your speedy reply! I clicked on a blank cell at the bottom of the spreadsheet and then copied the formula into that cell by pasting in the field next to the fx button at the top, adjusting the A1:A1000 to G1:G54, as those are the cells of interest.
However, all I got was 0, when it is obvious that there are many cells with more than 255 characters. Did I paste it wrong? Or, is there a different way I am supposed to be using the formula?
Thank you again!
Katie
Hi,
If you copied and pasted the formula into a cell then provided the range was correct then it should have worked. Are you sure you didn't accidentally delete the -- in the formula because without those 2 minus signs it wont work. Here's the formula corrected
for your range.
=SUMPRODUCT(--(LEN(G1:G54)>255))
Also try this formula in an empty cell (say) Z1. Drag down and it will tell you how many characters are in each cell.
=LEN(G1)