<?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/">
  <channel>
    <title>DEV Community: Bhargav A. Pathak | Sabto8971</title>
    <description>The latest articles on DEV Community by Bhargav A. Pathak | Sabto8971 (@sabto8971).</description>
    <link>https://dev.to/sabto8971</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4074504%2Fa2a96966-0d9a-42d2-b761-fa6fff638825.png</url>
      <title>DEV Community: Bhargav A. Pathak | Sabto8971</title>
      <link>https://dev.to/sabto8971</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sabto8971"/>
    <language>en</language>
    <item>
      <title>Explaining Excel's XLOOKUP Like a Detective</title>
      <dc:creator>Bhargav A. Pathak | Sabto8971</dc:creator>
      <pubDate>Tue, 25 Aug 2026 11:15:15 +0000</pubDate>
      <link>https://dev.to/sabto8971/-title-explaining-excels-xlookup-like-a-detective-3ake</link>
      <guid>https://dev.to/sabto8971/-title-explaining-excels-xlookup-like-a-detective-3ake</guid>
      <description>&lt;p&gt;Story 🕵️‍♂️&lt;br&gt;
published: true&lt;/p&gt;

&lt;h2&gt;
  
  
  tags: excel, data, tutorial, productivity
&lt;/h2&gt;

&lt;p&gt;Let's face it: staring at spreadsheet syntax like &lt;code&gt;=XLOOKUP(lookup_value, lookup_array, return_array)&lt;/code&gt; is boring. &lt;/p&gt;

&lt;p&gt;If you want to master &lt;strong&gt;XLOOKUP&lt;/strong&gt; instantly, stop thinking about columns and grids. Think about it like a missing person investigation instead.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Detective Framework 🔍
&lt;/h3&gt;

&lt;p&gt;When you type &lt;code&gt;=XLOOKUP(&lt;/code&gt;, you are giving Excel three precise investigative clues:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;=XLOOKUP( Who_You_Are_Hunting , Last_Place_Seen , Where_The_Sister_Lives )&lt;/code&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Who You Are Hunting&lt;/strong&gt; (&lt;code&gt;lookup_value&lt;/code&gt;): This is the target value or ID you are trying to track down.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Last Place Seen&lt;/strong&gt; (&lt;code&gt;lookup_array&lt;/code&gt;): This is the exact column array where the detective goes to hunt for that target's face.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Where The Sister Lives&lt;/strong&gt; (&lt;code&gt;return_array&lt;/code&gt;): Once the detective finds the target's row, they look directly across to this second column array to pull out the address or data point you actually want to bring back.&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  See It In Action 📊
&lt;/h3&gt;

&lt;p&gt;Imagine your database is a city ledger of suspects:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Column A (Suspect ID)&lt;/th&gt;
&lt;th&gt;Column B (Name)&lt;/th&gt;
&lt;th&gt;Column C (Secret Hideout)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;101&lt;/td&gt;
&lt;td&gt;Bhargav&lt;/td&gt;
&lt;td&gt;Sector 7&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;102&lt;/td&gt;
&lt;td&gt;Gemi&lt;/td&gt;
&lt;td&gt;Neo-Tokyo&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;If you want Excel to look up Suspect &lt;strong&gt;101&lt;/strong&gt; and tell you where their hideout is, your formula writes itself:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;=XLOOKUP(101, A2:A3, C2:C3)&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;101&lt;/strong&gt;: The target suspect you are hunting.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A2:A3&lt;/strong&gt;: The &lt;em&gt;Last Place Seen&lt;/em&gt; (The Suspect ID column).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;C2:C3&lt;/strong&gt;: &lt;em&gt;Where The Sister Lives&lt;/em&gt; (The Secret Hideout column where the answer is hiding).&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why This Beats VLOOKUP 👑
&lt;/h3&gt;

&lt;p&gt;The old &lt;code&gt;VLOOKUP&lt;/code&gt; forced you to select the entire city grid and count blocks from left to right. If you added a new street, your investigation crashed. &lt;/p&gt;

&lt;p&gt;With &lt;strong&gt;XLOOKUP&lt;/strong&gt;, you point directly to the individual columns independently. It doesn't matter if they are next to each other, or if the answer column is to the left or right!&lt;/p&gt;




&lt;p&gt;&lt;em&gt;What's your favorite spreadsheet analogy? Let me know in the comments below!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>none</category>
    </item>
    <item>
      <title>From an August 12 Code Fix to a Full Rock Anthem Release! 🎸💡</title>
      <dc:creator>Bhargav A. Pathak | Sabto8971</dc:creator>
      <pubDate>Thu, 13 Aug 2026 11:01:54 +0000</pubDate>
      <link>https://dev.to/sabto8971/from-an-august-12-code-fix-to-a-full-rock-anthem-release-5b5o</link>
      <guid>https://dev.to/sabto8971/from-an-august-12-code-fix-to-a-full-rock-anthem-release-5b5o</guid>
      <description>&lt;p&gt;If you saw my post from &lt;strong&gt;August 12, 2026&lt;/strong&gt; about &lt;strong&gt;"Stop Over-Complicating Your Python Code!"&lt;/strong&gt;, you know how much I hate messy syntax shortcuts that drive beginners crazy. &lt;/p&gt;

&lt;p&gt;After dropping that tutorial yesterday, I realized that fighting over-engineered lambda logic isn't just frustrating—it is the perfect inspiration for a heavy, high-energy track. So, I took my exact variable method, turned it into poetry, and built a massive Indian Pop-Punk Rock anthem! 🎸🔥&lt;/p&gt;

&lt;p&gt;🎧 Listen to "The Clean Code Anthem" Now!&lt;/p&gt;

&lt;p&gt;&lt;iframe width="100%" height="166" src="https://w.soundcloud.com/player/?url=https://soundcloud.com/bhargav-abhay-pathak/the-clean-code-anthem&amp;amp;auto_play=false&amp;amp;color=%23000000&amp;amp;hide_related=false&amp;amp;show_comments=true&amp;amp;show_user=true&amp;amp;show_reposts=false&amp;amp;show_teaser=true"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;🛠️ The Syllable Hack Behind the Track&lt;/p&gt;

&lt;p&gt;As a developer, I love finding clever workarounds. When I threw my name into the AI engine, the Western phonetic filters completely butchered the pronunciation of my Indian name over the aggressive guitars. &lt;/p&gt;

&lt;p&gt;To solve it, I used a coding mindset: I hacked the spelling layout inside the text blocks to force the singer to slow down and hit the exact vowels right:&lt;/p&gt;

&lt;p&gt;🌟 Linking Tech with Art&lt;/p&gt;

&lt;p&gt;My post yesterday proved that code should be simple. This song proves that learning tech can be an absolute blast if you think outside the box. &lt;/p&gt;

&lt;p&gt;Check out the track, let me know what you think in the comments, and go read yesterday's August 12 article if you want to see the 3-line Python fix that started this whole project! &lt;/p&gt;

&lt;p&gt;Follow my profile &lt;strong&gt;Sabto8971&lt;/strong&gt; for more logic-smashing updates.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>ai</category>
    </item>
    <item>
      <title>Stop Over-Complicating Your Python Code! 💡</title>
      <dc:creator>Bhargav A. Pathak | Sabto8971</dc:creator>
      <pubDate>Wed, 12 Aug 2026 09:52:14 +0000</pubDate>
      <link>https://dev.to/sabto8971/stop-over-complicating-your-python-code-129m</link>
      <guid>https://dev.to/sabto8971/stop-over-complicating-your-python-code-129m</guid>
      <description>&lt;p&gt;If you are learning Python on apps like SoloLearn and your brain is melting over "higher-order functions" and "lambdas," you are not alone. You are not dumb; the examples are just needlessly complex.&lt;/p&gt;

&lt;p&gt;⚠️ The Over-Engineered Way&lt;/p&gt;

&lt;p&gt;Apps often show you code that looks like this:&lt;/p&gt;

&lt;p&gt;def song_name(name):&lt;br&gt;
  return "Song name: " + name&lt;/p&gt;

&lt;p&gt;def info(name, func):&lt;br&gt;
  print(func(name))&lt;/p&gt;

&lt;p&gt;info("Hallelujah", song_name)&lt;/p&gt;

&lt;p&gt;Why are we passing functions inside other functions just to print a song title? It forces your brain to read code right-to-left, backward, and upside down.&lt;/p&gt;

&lt;p&gt;💡 The Better Way (Step-by-Step Variables)&lt;/p&gt;

&lt;p&gt;Do this instead. It does the exact same thing, but it is 10 times easier for a human to read:&lt;/p&gt;

&lt;p&gt;def song_name(name):&lt;br&gt;
  return "Song name: " + name&lt;/p&gt;

&lt;h1&gt;
  
  
  Clear, step-by-step logic:
&lt;/h1&gt;

&lt;p&gt;name = "Hallelujah"&lt;br&gt;
Song_NAME = song_name(name)&lt;/p&gt;

&lt;p&gt;print(Song_NAME)&lt;/p&gt;

&lt;p&gt;🌟 The Golden Rule&lt;/p&gt;

&lt;p&gt;Good code isn't code that looks clever. Good code is code that a beginner can read in two seconds. Save your data in clear variables, keep it simple, and don't let advanced syntax ruin your learning!&lt;/p&gt;

&lt;p&gt;If you like my new method don't forget to follow me for more techniques like this.. THANK YOU&lt;/p&gt;

</description>
      <category>python</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
