<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Excel Forum - Recent Posts				            </title>
            <link>https://www.myonlinetraininghub.com/excel-forum</link>
            <description>My Online Training Hub Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 15 Jun 2026 20:14:56 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: WhatsApp</title>
                        <link>https://www.myonlinetraininghub.com/excel-forum/excel/whatsapp#post-32916</link>
                        <pubDate>Thu, 11 Jun 2026 22:32:13 +0000</pubDate>
                        <description><![CDATA[Hi Eileen,
As per my reply to you on YouTube, you&#039;d have to check the WhatsApp API rules. This forum is for Excel questions, that is we&#039;re Excel experts, not WhatsApp experts, so we don&#039;t k...]]></description>
                        <content:encoded><![CDATA[<p>Hi Eileen,</p>
<p>As per my reply to you on YouTube, you'd have to check the WhatsApp API rules. This forum is for Excel questions, that is we're Excel experts, not WhatsApp experts, so we don't know. There may be a WhatsApp forum where someone might know the answer if you can't find it in the API documentation.</p>
<p>All the best,</p>
<p>Mynda</p>]]></content:encoded>
						                            <category domain="https://www.myonlinetraininghub.com/excel-forum"></category>                        <dc:creator>Mynda Treacy</dc:creator>
                        <guid isPermaLink="true">https://www.myonlinetraininghub.com/excel-forum/excel/whatsapp#post-32916</guid>
                    </item>
				                    <item>
                        <title>WhatsApp</title>
                        <link>https://www.myonlinetraininghub.com/excel-forum/excel/whatsapp#post-32915</link>
                        <pubDate>Thu, 11 Jun 2026 15:47:35 +0000</pubDate>
                        <description><![CDATA[Hi Mynda, on the Taining Hub Video &quot;Send Personalized WhatsApp Reminders from Excel in Seconds&quot;, is it possible to send over 2000 every month by whatsApp?]]></description>
                        <content:encoded><![CDATA[<p><span>Hi Mynda, on the Taining Hub Video "Send Personalized WhatsApp Reminders from Excel in Seconds", is it possible to send over 2000 every month by whatsApp?</span></p>]]></content:encoded>
						                            <category domain="https://www.myonlinetraininghub.com/excel-forum"></category>                        <dc:creator>Eileen McCarthy</dc:creator>
                        <guid isPermaLink="true">https://www.myonlinetraininghub.com/excel-forum/excel/whatsapp#post-32915</guid>
                    </item>
				                    <item>
                        <title>RE: Add multiple bill of materials assemblies to inventory management</title>
                        <link>https://www.myonlinetraininghub.com/excel-forum/excel/add-multiple-bill-of-materials-assemblies-to-inventory-management#post-32913</link>
                        <pubDate>Sat, 06 Jun 2026 17:27:27 +0000</pubDate>
                        <description><![CDATA[Perfect, thank you!]]></description>
                        <content:encoded><![CDATA[<p>Perfect, thank you!</p>]]></content:encoded>
						                            <category domain="https://www.myonlinetraininghub.com/excel-forum"></category>                        <dc:creator>Pakayak</dc:creator>
                        <guid isPermaLink="true">https://www.myonlinetraininghub.com/excel-forum/excel/add-multiple-bill-of-materials-assemblies-to-inventory-management#post-32913</guid>
                    </item>
				                    <item>
                        <title>RE: Add multiple bill of materials assemblies to inventory management</title>
                        <link>https://www.myonlinetraininghub.com/excel-forum/excel/add-multiple-bill-of-materials-assemblies-to-inventory-management#post-32912</link>
                        <pubDate>Sat, 06 Jun 2026 04:28:24 +0000</pubDate>
                        <description><![CDATA[@pakayak 
Since you want to look for the ProductID and the Site, it&#039;s easier to use to use FILTER as it allows you to combine filter criteria by + (OR) or * (AND).
Based on the Inventor fi...]]></description>
                        <content:encoded><![CDATA[<p>@pakayak </p>
<p>Since you want to look for the ProductID and the Site, it's easier to use to use FILTER as it allows you to combine filter criteria by + (OR) or * (AND).</p>
<p>Based on the Inventor file you attached earlier, this formula should work:</p>
<pre contenteditable="false">=SUM(FILTER('Inventory Sample.xlsx'!Inventory,('Inventory Sample.xlsx'!Inventory=)*('Inventory Sample.xlsx'!Inventory="Integrity"),0))</pre>
<p>I've wrapped it in a SUM so that it can be used inside a structured table. It will return the Qty on hand for the ProductID at "Integrity".</p>
<p>Now, you can use XLOOKUP, but then you need to concatenate the two criteria into one lookup value and do the same for the lookup array. It works but it quickly gets messy IMHO.</p>
<pre contenteditable="false">=XLOOKUP("Integrity"&amp;,'Inventory Sample.xlsx'!Inventory&amp;'Inventory Sample.xlsx'!Inventory,'Inventory Sample.xlsx'!Inventory,0)</pre>]]></content:encoded>
						                            <category domain="https://www.myonlinetraininghub.com/excel-forum"></category>                        <dc:creator>Riny van Eekelen</dc:creator>
                        <guid isPermaLink="true">https://www.myonlinetraininghub.com/excel-forum/excel/add-multiple-bill-of-materials-assemblies-to-inventory-management#post-32912</guid>
                    </item>
				                    <item>
                        <title>RE: Add multiple bill of materials assemblies to inventory management</title>
                        <link>https://www.myonlinetraininghub.com/excel-forum/excel/add-multiple-bill-of-materials-assemblies-to-inventory-management#post-32911</link>
                        <pubDate>Fri, 05 Jun 2026 20:46:23 +0000</pubDate>
                        <description><![CDATA[We need help with an XLOOKUP formula that&#039;s not working. Trying to have a column in the BOM gather the inventory quantity from the Inventory sheet when Site = &quot;Integrity&quot; but it&#039;s giving #N/...]]></description>
                        <content:encoded><![CDATA[<p>We need help with an XLOOKUP formula that's not working. Trying to have a column in the BOM gather the inventory quantity from the Inventory sheet when Site = "Integrity" but it's giving #N/A. I've tried several versions but can't get it to work. Here's the formula: =XLOOKUP(B3,(inventory_management_system.xlsx!Inventory)*(inventory_management_system.xlsx!Inventory="Integrity"),inventory_management_system.xlsx!Inventory)/[@] Hoping you can help. Thanks!!</p>]]></content:encoded>
						                            <category domain="https://www.myonlinetraininghub.com/excel-forum"></category>                        <dc:creator>Pakayak</dc:creator>
                        <guid isPermaLink="true">https://www.myonlinetraininghub.com/excel-forum/excel/add-multiple-bill-of-materials-assemblies-to-inventory-management#post-32911</guid>
                    </item>
				                    <item>
                        <title>RE: Alerting on decreasing values over multiple dates</title>
                        <link>https://www.myonlinetraininghub.com/excel-forum/excel/alerting-on-decreasing-values-over-multiple-dates#post-32909</link>
                        <pubDate>Thu, 04 Jun 2026 14:46:15 +0000</pubDate>
                        <description><![CDATA[@alanr 
@velouria Proved me wrong :)
&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>@alanr </p>
<p>@velouria Proved me wrong :)</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://www.myonlinetraininghub.com/excel-forum"></category>                        <dc:creator>Riny van Eekelen</dc:creator>
                        <guid isPermaLink="true">https://www.myonlinetraininghub.com/excel-forum/excel/alerting-on-decreasing-values-over-multiple-dates#post-32909</guid>
                    </item>
				                    <item>
                        <title>RE: Alerting on decreasing values over multiple dates</title>
                        <link>https://www.myonlinetraininghub.com/excel-forum/excel/alerting-on-decreasing-values-over-multiple-dates#post-32908</link>
                        <pubDate>Thu, 04 Jun 2026 14:30:04 +0000</pubDate>
                        <description><![CDATA[@debaser Hi Velouria, many thanks for this - I added your formula to my main table and it appears to be working well! I&#039;ll test it out a little more thoroughly over the coming days, very hel...]]></description>
                        <content:encoded><![CDATA[@debaser Hi Velouria, many thanks for this - I added your formula to my main table and it appears to be working well! I'll test it out a little more thoroughly over the coming days, very helpful though, thank you.]]></content:encoded>
						                            <category domain="https://www.myonlinetraininghub.com/excel-forum"></category>                        <dc:creator>Alan Ramsay</dc:creator>
                        <guid isPermaLink="true">https://www.myonlinetraininghub.com/excel-forum/excel/alerting-on-decreasing-values-over-multiple-dates#post-32908</guid>
                    </item>
				                    <item>
                        <title>RE: Alerting on decreasing values over multiple dates</title>
                        <link>https://www.myonlinetraininghub.com/excel-forum/excel/alerting-on-decreasing-values-over-multiple-dates#post-32907</link>
                        <pubDate>Thu, 04 Jun 2026 14:28:24 +0000</pubDate>
                        <description><![CDATA[@riny Hi Riny, many thanks for taking the time to look at this in such detail. I should have thought to look at PowerQuery for this problem, I am going to do that now. Though Velouria&#039;s form...]]></description>
                        <content:encoded><![CDATA[@riny Hi Riny, many thanks for taking the time to look at this in such detail. I should have thought to look at PowerQuery for this problem, I am going to do that now. Though Velouria's formula appears to be working. Thanks again.]]></content:encoded>
						                            <category domain="https://www.myonlinetraininghub.com/excel-forum"></category>                        <dc:creator>Alan Ramsay</dc:creator>
                        <guid isPermaLink="true">https://www.myonlinetraininghub.com/excel-forum/excel/alerting-on-decreasing-values-over-multiple-dates#post-32907</guid>
                    </item>
				                    <item>
                        <title>RE: Alerting on decreasing values over multiple dates</title>
                        <link>https://www.myonlinetraininghub.com/excel-forum/excel/alerting-on-decreasing-values-over-multiple-dates#post-32906</link>
                        <pubDate>Thu, 04 Jun 2026 07:41:01 +0000</pubDate>
                        <description><![CDATA[If your data doesn&#039;t have missing date/station combinations, and is sorted as in your sample, then I think something like this would work:
=IF($J2=&quot;&quot;,&quot;&quot;,LET(_data,TAKE(FILTER($T$2:$T2,$J$2:...]]></description>
                        <content:encoded><![CDATA[<p>If your data doesn't have missing date/station combinations, and is sorted as in your sample, then I think something like this would work:</p>
<p>=IF($J2="","",LET(_data,TAKE(FILTER($T$2:$T2,$J$2:$J2=$J2),-3),IF(ROWS(_data)&lt;3,"",SUM((TAKE(_data,-2)&lt;TAKE(_data,2))+0)=2)))</p>
<p>It returns "" if there aren't three or more dates to check, FALSE if the last three dates are not all decreasing, and TRUE if they are. Only lightly tested though!</p>]]></content:encoded>
						                            <category domain="https://www.myonlinetraininghub.com/excel-forum"></category>                        <dc:creator>Velouria</dc:creator>
                        <guid isPermaLink="true">https://www.myonlinetraininghub.com/excel-forum/excel/alerting-on-decreasing-values-over-multiple-dates#post-32906</guid>
                    </item>
				                    <item>
                        <title>RE: Alerting on decreasing values over multiple dates</title>
                        <link>https://www.myonlinetraininghub.com/excel-forum/excel/alerting-on-decreasing-values-over-multiple-dates#post-32905</link>
                        <pubDate>Thu, 04 Jun 2026 05:00:13 +0000</pubDate>
                        <description><![CDATA[@alanr
Your file is full with links to your Sharepoint site and these will obviously not update for us. I&#039;ve copied the table and pasted it back as values. Then I only kept the three releva...]]></description>
                        <content:encoded><![CDATA[<p><span>@alanr</span></p>
<p>Your file is full with links to your Sharepoint site and these will obviously not update for us. I've copied the table and pasted it back as values. Then I only kept the three relevant columns, deleted all rows with blank or #NA BV values. Then a simple pivot table and a helper function outside it will give you the alert you need (TRUE or FALSE)</p>
<p>However, I found no stations that had decreasing BV values for three consecutive days in a row. So, I just faked a few numbers to test the concept.</p>
<p>The attached file contains this, perhaps a bit clunky, solution. If you need to do this very frequently and on much larger data sets you may want to choose a more sturdy approach. That is, connect to the data with PowerQuery (transformed into what I did manually) and pivot the data. Load back to Excel add the check-formula in separate (calculated) column.</p>
<p>A single formula solution in the BVC Check column with the data shaped as you have it will be difficult if not impossible, I believe. </p>
783
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://www.myonlinetraininghub.com/excel-forum"></category>                        <dc:creator>Riny van Eekelen</dc:creator>
                        <guid isPermaLink="true">https://www.myonlinetraininghub.com/excel-forum/excel/alerting-on-decreasing-values-over-multiple-dates#post-32905</guid>
                    </item>
							        </channel>
        </rss>
		