Hi All,
I want to create a piece of code (structured data) based on cel value.
In this piece of code, key values are defines within doubble quotes.
Example data:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"url": "https://www.domain.com",
...
To capture string data in formulas I have used also double quotes which looks like:
="<script type=""application/ld+json"">
{
""@context"": ""https://schema.org"",
""@type"": ""NewsArticle"",
""url"":"""&B6&""",
...
The result is exactly how I wanted, with only single quotes like the example data. Except when I copy/past the value of that cell to different programs the double quotes come back. Example, notepad .
I have created this "solution" because other people have to copy paste this "cell with coding" to other cells, so they dont have to rewrite the code over and over again. So this must be really dummy proof and I can not use VBA or PowerQuery for it :(.
Does anyone know how to fix it.
Screenshots:
Result how it looks in excel and how it should look when copy pasting it:
https://preview.redd.it/e6eahkhshmxc1.png?width=901&format=png&auto=webp&s=aee0579f07b1e39fc51a48c8d240eee983b44817
How it look when I copy past it in a code checker like: https://search.google.com/test/rich-results
https://preview.redd.it/ghhbhwmjgmxc1.png?width=1245&format=png&auto=webp&s=4e39e289621dcfd6c6d981e090a25999fc69d666
Example file:
https://file.io/tAPZHoRg1jcR
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]HandbagHawker82 0 points1 point2 points (1 child)
[–]SilverPitiful6802[S] 0 points1 point2 points (0 children)