ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Can I format a cell to include quotes " " (https://www.excelbanter.com/excel-worksheet-functions/60256-can-i-format-cell-include-quotes.html)

Speed2772

Can I format a cell to include quotes " "
 
Hi all, I am trying to create a global exclusion list and then import it to a
registry file. I have no problems importing this in excel so that I can edit
it but then I need to do the following

1) format the data so that the final data looks like this
"winnt.exe"=dword:00000000

now in column a I have the winnt.exe and I have no problems using
concatenate to add the =dword:00000000

But what I cannot get to happen is adding the quotes before the winnt.exe
and the quotes after the winnt.exe

I must use double quotes any help would be appriciated.

Thanks,

Duke Carey

Can I format a cell to include quotes " "
 
One way

=char(34)&"winnt.exe" & char(34)

"Speed2772" wrote:

Hi all, I am trying to create a global exclusion list and then import it to a
registry file. I have no problems importing this in excel so that I can edit
it but then I need to do the following

1) format the data so that the final data looks like this
"winnt.exe"=dword:00000000

now in column a I have the winnt.exe and I have no problems using
concatenate to add the =dword:00000000

But what I cannot get to happen is adding the quotes before the winnt.exe
and the quotes after the winnt.exe

I must use double quotes any help would be appriciated.

Thanks,


Peo Sjoblom

Can I format a cell to include quotes " "
 
Another way

=""""&"winnt.exe"&""""


--

Regards,

Peo Sjoblom


"Duke Carey" wrote in message
...
One way

=char(34)&"winnt.exe" & char(34)

"Speed2772" wrote:

Hi all, I am trying to create a global exclusion list and then import it

to a
registry file. I have no problems importing this in excel so that I can

edit
it but then I need to do the following

1) format the data so that the final data looks like this
"winnt.exe"=dword:00000000

now in column a I have the winnt.exe and I have no problems using
concatenate to add the =dword:00000000

But what I cannot get to happen is adding the quotes before the

winnt.exe
and the quotes after the winnt.exe

I must use double quotes any help would be appriciated.

Thanks,





All times are GMT +1. The time now is 10:50 AM.

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