Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I am using a vlookup but the data it is searching is protected. I am getting a few N/A's returned as there are some blanks after the data fields. As I cannot insert a column in the searched data (as its protected) can I use a nested trim somehow? or can it only be done by copying the data somewhere? This is my funtion so far (might look a bit messy but works) =IF(ISBLANK(E10),0,IF(COUNTIF('[data]Sheet1'!$B$2:$D$446,E10),VLOOKUP(TRIM(E10),'[data.xls]Sheet1'!$B$2:$D$446,3,FALSE),"check")) I think i need the trim before the table array [data.xls]Sheet1'!$B$2:$D$446 but I cannot figure it out. Any help would be appreciated. -- rodgie ------------------------------------------------------------------------ rodgie's Profile: http://www.excelforum.com/member.php...o&userid=35090 View this thread: http://www.excelforum.com/showthread...hreadid=548513 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
numerical integration | Excel Discussion (Misc queries) | |||
Advance Vlookup function may help!! | Excel Worksheet Functions | |||
vlookup and a function field input | Excel Worksheet Functions | |||
Help with VLookup function | Excel Worksheet Functions | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel |