Excel Mini Challenge: Create a Smart Logic Function with LAMBDA
- excelwizardd
- May 7
- 1 min read
LAMBDA

Build your own Excel intelligence!
This week’s challenge:Write a formula that returns “YES” if a number is divisible by 5, else “NO”.
💡 Use:
=LAMBDA(x, IF(MOD(x,5)=0, "YES", "NO"))(A2)
LAMBDA
🔁 Reuse it across your workbook by saving it in Name Manager.
📥 Post it here : https://chat.whatsapp.com/DQ3Y2xan15zDIw3mTySF5D
📂 Download the Dataset: https://excelwizardd-my.sharepoint.com/:f:/p/contact/EhQ0P__8Zs1IqItHeoJIFroBryrGDEXnI0cTBs6MUMKXqQ?e=QvoptN




Comments