top of page

Excel Mini Challenge: Create a Smart Logic Function with LAMBDA

LAMBDA

Excel Mini Challenge graphic shows a step-by-step task with QR codes. Task involves writing a LAMBDA function to check divisibility by 5.

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



Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page