Maxinum Percent

G

Guest

I need to cap the maxium value no matter the measured values

Example

A= target desire
b= target achieve
c=% of desired target achieved.

B(7.5)/A(5)=150

C % Of target achived(150%) * Percent of total (15%) = 22.5

I need to cap the % of total at 20% of 15% (18%) no matter how high the % of target achieved is

Can a formula be written for this

Thanks
 
F

Fred Smith

It looks to me like you want to cap it at 120%, not 20%. Regardless, to cap
any number use the Min function:

=min(cap,c1)

If c1 > cap, you'll get cap as the result.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

formula help!!!! 4
Pivot Table Percent Question 4
Percent Function Help 11
How do I sum different sized ranges? 3
Excel Subtracting multiple columns from another column 3
Lookup and Sum 12
Lookup Formula 3
Splitting a Target Figure 3

Top