medium
Create an Excel Budget Formula
Design a spreadsheet formula for expense tracking.
📝 Prompt Content
Provide an Excel formula that checks if the value in cell A2 (Expense Amount) is over $500. If it is, return 'High' in column B; if it is between $100 and $500, return 'Medium'; otherwise, return 'Low'.