Results based on targets

Helix242

Board Regular
Joined
Jun 28, 2016
Messages
78
Hi,

I hope someone can help. I am trying to create a formula to yield a set result based on the figure of once cell, and I can't seem to get anywhere with this. Here is what the figures are:

(Column A) (Column B)

Products sold Amount paid
<15 £0
15-19 £50
20-24 £100
25-29 £150
30+ £200

I am aware that the If(OR formula may work, but I am at a lose, any help would be appreciated. Many thanks in advance!

Many thanks

Mark
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Products sold Amount paidmytable
<15 £0
15-19 £5000
20-24 £1001550
25-29 £15020100
30+ £20025150
30200
col E
prods soldpaid
row 1130#####
140
1550
1950
20100
23100
25150
35200
150200
2500200
#####
=VLOOKUP(E11,mytable,2)

<colgroup><col span="15"></colgroup><tbody>
</tbody>
 
Upvote 0
Products sold Amount paidmytable
<15 £0
15-19 £5000
20-24 £1001550
25-29 £15020100
30+ £20025150
30200
col E
prods soldpaid
row 1130#####
140
1550
1950
20100
23100
25150
35200
150200
2500200
#####
=VLOOKUP(E11,mytable,2)

<tbody>
</tbody>

Hi,

Thanks for this, however I am unable to get this to work using the lookup formula. I have the correct table entry, but the 2 at the end is somewhat confusing.

I will have the total number of products sold, and would require the outcome (about paid) to be listed below that, but I cannot get your formula to work.

Please could you help?

Many thanks

Mark
 
Upvote 0
Hi,

Thanks for this, however I am unable to get this to work using the lookup formula. I have the correct table entry, but the 2 at the end is somewhat confusing.

I will have the total number of products sold, and would require the outcome (about paid) to be listed below that, but I cannot get your formula to work.

Please could you help?

Many thanks

Mark


Hi,

Finally figured out your formula. :). Thanks for your help.

Many thanks

Mark
 
Upvote 0

Forum statistics

Threads
1,215,514
Messages
6,125,265
Members
449,219
Latest member
daynle

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top