Issue with Text being cut off

BrianP1

New Member
Joined
Jun 4, 2018
Messages
12
I have a pivot that has a field with very long text. The text is all there in the pivot however when I do a VLOOKUP against the Pivot, that field's data keeps getting cut off. Any idea how I fix this so that the full text shows up?
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
that field's data keeps getting cut off. Any idea how I fix this so that the full text shows up?

did check length by using len() formula?

what is maximum length of that "Very long text" ??
 
Upvote 0
let me tell you , as far I know Vlookup has limit for lookup value and it is 255 CHAR , If use any char beyond 255 let's say 256 you will get error in Vlookup.
 
Upvote 0
Hi,

I can't replicate your problem, I tested with some dummy data with 8000 characters in the cells, and used VLOOKUP, the results returned correctly, there's something else causing your incorrect results.
Can't help unless you post a link to a sample file here from a free file hosting site like Dropbox.

@MUKESHY, the 255 character limit is the Column Width limit, maximum number of characters within a single cell is 32,767
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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