Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm using a drop down list, data validation and vlookup on a spreadsheet. All
is working well EXCEPT when the cell populates with the the verbiage from the vlookup, the cell will not word wrap, shrink to fit, auto adjust or format as I request. I need to size the cell according to the amount of text being referenced . Do I need to do something special? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Normally the cell with the return value from a VLOOKUP would word wrap or best fit (not automatically, but manually) If it is not, it is likely that you have a hard carrage return in the text of the cell being returned. Also, keep in mind if the cell with the VLOOKUP is a merged cell best fit will not work. You might try =CLEAN(VLOOKUP(A1,Table,3,False)) but its hard to say if that will help. -- Thanks, Shane Devenshire "Bev-Roseland-NJ" wrote: I'm using a drop down list, data validation and vlookup on a spreadsheet. All is working well EXCEPT when the cell populates with the the verbiage from the vlookup, the cell will not word wrap, shrink to fit, auto adjust or format as I request. I need to size the cell according to the amount of text being referenced . Do I need to do something special? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you for this. I researched this in my Excel Bible and tried it. It
didn't hurt anything, but did not help my auto-size situation either. Awesome suggestion and may help someone else, thank you. "ShaneDevenshire" wrote: Hi, Normally the cell with the return value from a VLOOKUP would word wrap or best fit (not automatically, but manually) If it is not, it is likely that you have a hard carrage return in the text of the cell being returned. Also, keep in mind if the cell with the VLOOKUP is a merged cell best fit will not work. You might try =CLEAN(VLOOKUP(A1,Table,3,False)) but its hard to say if that will help. -- Thanks, Shane Devenshire "Bev-Roseland-NJ" wrote: I'm using a drop down list, data validation and vlookup on a spreadsheet. All is working well EXCEPT when the cell populates with the the verbiage from the vlookup, the cell will not word wrap, shrink to fit, auto adjust or format as I request. I need to size the cell according to the amount of text being referenced . Do I need to do something special? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A formula can only return a value, not a format, so in using VLOOKUP
the value that is in the correspending cell of the sought item will be returned, but Excel cannot bring the format that is applied to that cell. You will have to apply a format to the cell with the formula in it which best enables you to display the various returned items. Hope this helps. Pete On Nov 3, 7:03*pm, Bev-Roseland-NJ wrote: Thank you for this. I researched this in my Excel Bible and tried it. It didn't hurt anything, but did not help my auto-size situation either. Awesome suggestion and may help someone else, thank you. "ShaneDevenshire" wrote: Hi, Normally the cell with the return value from a VLOOKUP would word wrap or best fit (not automatically, but manually) *If it is not, it is likely that you have a hard carrage return in the text of the cell being returned. *Also, keep in mind if the cell with the VLOOKUP is a merged cell best fit will not work. *You might try =CLEAN(VLOOKUP(A1,Table,3,False)) but its hard to say if that will help. -- Thanks, Shane Devenshire "Bev-Roseland-NJ" wrote: I'm using a drop down list, data validation and vlookup on a spreadsheet. All is working well EXCEPT when the cell populates with the the verbiage from the vlookup, the cell will not word wrap, shrink to fit, auto adjust or format as I request. *I need to size the cell according to the amount of text being referenced . Do I need to do something special?- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row Height - Auto-Fit | Excel Discussion (Misc queries) | |||
Help with Auto Row Height with wrapped text | Excel Discussion (Misc queries) | |||
The auto fit row height function | Excel Discussion (Misc queries) | |||
auto fit column width and row height | Excel Discussion (Misc queries) | |||
Row height auto roundup | Excel Discussion (Misc queries) |