ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Comma in Function Argument name treated as separator (https://www.excelbanter.com/excel-worksheet-functions/203998-comma-function-argument-name-treated-separator.html)

Error trying to sort in a Macro

Comma in Function Argument name treated as separator
 
I am referencing an internet based workbook in a Vlookup function that has a
comma in the internet address. The problem is that Excel is treating the
comma in the name as the separator for the arguments. Is there a way around
this?

eg.

The workbook is at
http://some_server_name/John Smith Company, Inc/Report.xls

I am using:
Vlookup(A2, 'http://some_server_name/John Smith Company,
Inc/[Report.xls]Data'!$A$2:$Z$45, 8, 0)


It is treating the comma between "Company" and "Inc" as the comma between
"$A$2:$C$45" and "8"

Thanks,
Ken

Niek Otten

Comma in Function Argument name treated as separator
 
Hi Ken,

You need quotes (") around the argument

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Error trying to sort in a Macro" om wrote in message
...
|I am referencing an internet based workbook in a Vlookup function that has a
| comma in the internet address. The problem is that Excel is treating the
| comma in the name as the separator for the arguments. Is there a way around
| this?
|
| eg.
|
| The workbook is at
| http://some_server_name/John Smith Company, Inc/Report.xls
|
| I am using:
| Vlookup(A2, 'http://some_server_name/John Smith Company,
| Inc/[Report.xls]Data'!$A$2:$Z$45, 8, 0)
|
|
| It is treating the comma between "Company" and "Inc" as the comma between
| "$A$2:$C$45" and "8"
|
| Thanks,
| Ken




All times are GMT +1. The time now is 04:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com