79695268

Date: 2025-07-09 07:56:44
Score: 0.5
Natty:
Report link

You can use vlookup with 1.
Make 1 table

A B
1 30 $15
2 51 $13.75
3 101 $13
4 301 $12.50

Now if you have data like this

C D
1 Quantity of Shirts Cost
2 40 =vlookup(c2,$a$1:$b$4,2,1)
3 103 =vlookup(c3,$a$1:$b$4,2,1)

You will get the result.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Narendra Chauhan