<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: VlookUp with Changing File Name in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/VlookUp-with-Changing-File-Name/m-p/91102#M41190</link>
    <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="f18e4bb4-b698-44a7-bcf3-41fd9b0a8ebe" data-tag-text="@Asitabha Deb" href="https://community.blueprism.com/network/profile?UserKey=f18e4bb4-b698-44a7-bcf3-41fd9b0a8ebe" data-itemmentionkey="7e441694-2e1c-4677-a5fe-30261c84a0f0"&gt;@Asitabha Deb&lt;/A&gt; without having access to the underlying Excel's and the BP process there's not a whole lot I can troubleshoot for you on this. This page has a decent explanation of what an #N/A error means in Excel though:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://exceljet.net/formula/how-to-fix-the-na-error" target="_blank" rel="noopener"&gt;https://exceljet.net/formula/how-to-fix-the-na-error&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In a nutshell, it means something is missing or not found.&lt;BR /&gt;&lt;BR /&gt;FWIW - I don't see the value of cell F2 in the lookup table you've pictured or any of the other values in the F column either.&lt;BR /&gt;&lt;BR /&gt;Cheers,&amp;nbsp;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Jan 2021 00:18:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-01-04T00:18:00Z</dc:date>
    <item>
      <title>VlookUp with Changing File Name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/VlookUp-with-Changing-File-Name/m-p/91099#M41187</link>
      <description>&lt;SPAN style="color: #000080;"&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;I would like to perform VLOOKUP in Blue Prism between two excel file. Out of 2 excel file , name of one file's name keep changing everyday with date.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;1st file = Scrap Factor (Name will remain same)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;2nd File = DID (Keep Changing every day with date) for e,g DID 31.12.2020, next day DID 1.1.2021.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;I have written one syntax but giving me the error mssg.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;Please take a look the attachment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Asitabha Deb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jan 2021 06:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/VlookUp-with-Changing-File-Name/m-p/91099#M41187</guid>
      <dc:creator>AsitabhaDeb</dc:creator>
      <dc:date>2021-01-01T06:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: VlookUp with Changing File Name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/VlookUp-with-Changing-File-Name/m-p/91100#M41188</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="f18e4bb4-b698-44a7-bcf3-41fd9b0a8ebe" data-tag-text="@Asitabha Deb" href="https://community.blueprism.com/network/profile?UserKey=f18e4bb4-b698-44a7-bcf3-41fd9b0a8ebe" data-itemmentionkey="9bf28048-1885-4857-b3e3-cc842c4be1c9"&gt;@Asitabha Deb&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;The issue is your use a quotes in how you're trying to build your VLOOKUP statement. In Blue Prism, a double quote is treated as the beginning of a string expression. Everything up to the next double quote is part of that string. The second double quote terminates the string and is the end of the expression unless you use the ampersand (&amp;amp;) to concatenate something additional to the expression. Also, if you need to embed double quotes in the string expression itself you have to use the Chr(34) function.&lt;BR /&gt;&lt;BR /&gt;Try the following expression:&lt;BR /&gt;&lt;BR /&gt;"=VLOOKUP(F2,'[" &amp;amp; Chr(34) &amp;amp; "DID " &amp;amp; FormatDateTime(Today(),"dd.MM.yyyy") &amp;amp; ".xlsx" &amp;amp; Chr(34) &amp;amp; "]Sheet1'!$A$2:$D$22,4,0)"&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jan 2021 15:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/VlookUp-with-Changing-File-Name/m-p/91100#M41188</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-01T15:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: VlookUp with Changing File Name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/VlookUp-with-Changing-File-Name/m-p/91101#M41189</link>
      <description>&lt;SPAN style="color: #0000ff;"&gt;Hi Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;Happy New year.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;Thanks for your feedback. Its working now but in the destination column all the data are coming as a "#NA​".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;Can you please tell me why? &lt;BR /&gt;When I am doing it manually, its working fine but run through BP its giving me "#NA​" result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;Attachment for your ref. &lt;SPAN style="background-color: #ffff00;"&gt;You can see in DID column.&lt;BR /&gt;&lt;/SPAN&gt;I have attached both the VlookUp file for your understanding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;BR/Asitabha&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Asitabha Deb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Jan 2021 04:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/VlookUp-with-Changing-File-Name/m-p/91101#M41189</guid>
      <dc:creator>AsitabhaDeb</dc:creator>
      <dc:date>2021-01-03T04:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: VlookUp with Changing File Name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/VlookUp-with-Changing-File-Name/m-p/91102#M41190</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="f18e4bb4-b698-44a7-bcf3-41fd9b0a8ebe" data-tag-text="@Asitabha Deb" href="https://community.blueprism.com/network/profile?UserKey=f18e4bb4-b698-44a7-bcf3-41fd9b0a8ebe" data-itemmentionkey="7e441694-2e1c-4677-a5fe-30261c84a0f0"&gt;@Asitabha Deb&lt;/A&gt; without having access to the underlying Excel's and the BP process there's not a whole lot I can troubleshoot for you on this. This page has a decent explanation of what an #N/A error means in Excel though:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://exceljet.net/formula/how-to-fix-the-na-error" target="_blank" rel="noopener"&gt;https://exceljet.net/formula/how-to-fix-the-na-error&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In a nutshell, it means something is missing or not found.&lt;BR /&gt;&lt;BR /&gt;FWIW - I don't see the value of cell F2 in the lookup table you've pictured or any of the other values in the F column either.&lt;BR /&gt;&lt;BR /&gt;Cheers,&amp;nbsp;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2021 00:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/VlookUp-with-Changing-File-Name/m-p/91102#M41190</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-04T00:18:00Z</dc:date>
    </item>
  </channel>
</rss>

