Formula help

Status
Not open for further replies.

bankerlady

Board Regular
Joined
Feb 24, 2006
Messages
73
I need help with a formula.
I have four columns, A, B, C, D with column headings Threshold, Target, Stretch, Actual.

I have dollar amounts amounts (goals) in threshold, target and stretch and an actual production number in the actual column.

In column E I want it to display a value as follows:

if d3=>a3,10 **this part I can get to work fine, I just am not getting parenthesis or punctuation right from here on !!

or if D3=>b3,40; or if D3=:c3,75, otherwise just give me a zero.

How do I structure this formula to return the results I need.

Thanks in advance for any help...this board is great !!!
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Here is a formula. Hope it helps

=IF(D3>=C3,75,IF(D3>=B3,40,IF(D3<B3,10,0))

Steve
 
Upvote 0
Last bit of formula missing .
Add this to end

<B3,10,0)))

Sorry about that

Steve
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

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