An Easy question......

Sykovampyr

Board Regular
Joined
Nov 3, 2006
Messages
71
Hi Guys,

I have a table with 5 columns (A-E) with information in each Column. Column D contains a % value and cloumn E contains a value. I need a formula to go in Column F to pick up the % value and if it is >1% it returns a 0 value, 1-2% returns 1, 2-2.5% returns 3, 2-3% returns 5 and over 3% returns the value 10. I got in a mess with the conditional formatting........

Cloumn G i need the same formula but relating to items but I can work this out form the above.


I would also like to update this every four weeks with additional data and in Cloumn A there is a list of Names / Items that will have some new data and some duplicate each week. Will the formula be able to consolidate this data?


Does this makes sense?

I am using Excel 2007
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
THink you've got some logic mixed up in your percentage boundaries, but something like this might get you started:

=LOOKUP(D1,{0,0.01,0.02,0.025,0.03},{0,1,3,5,10})
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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