Back to discoveries
TECHNOLOGY · CODING

Write an Excel formula you understand

Build a formula and learn what each part does.

6 minutesComfortable friendly
Technology
YOU ASK

Sum values in B2:B20 only when A2:A20 says Paid.

A POSSIBLE RESPONSE

Use =SUMIF(A2:A20,"Paid",B2:B20). The first range contains the condition; the last range contains the values to add. Check that numbers are stored as numbers and that status text is consistent.

MAKE IT YOURS

Try it with your own life.

A few details make all the difference. Change anything below.

Copy your prompt, then open an AI tool and paste it there.

YOUR READY-TO-USE PROMPT

Keep it general. Leave out passwords, account numbers, and private medical or personal information.

There’s more where that came from

A few related ideas to keep your curiosity going.