Percentage Threshold Calculation
Jul 2, 2013
In the attached table the fees generated are on a sliding scale and the total is the fee generated within these ranges
I would like a formula in b10 to give me the value based on the total sale figure, i.e. 80.00. I've searched the board and tried some very long "if" statements and "lookup" table but to no avail.
Is there a formula I could use to calculate the desired value, preferable using cell references and not the actual values.
Sale Value
% Fee
Upto 2000
1%
2001 to 3000
1.50%
[Code] ........
View 2 Replies
ADVERTISEMENT
Jun 11, 2013
In the Excel sheet i have 2 tabs
1st tab name :Percentage
2nd tab name :Defects.
Need VBA Code for the below scenario :
In the Defects sheet it should perform the autofilter by selecting the Criteria as Severity as Critical and Status as Closed and finally it should take the count of visible cells and it should populate value in the sheet1 (Percentage sheet) in the Critical defects closed field .
Again it should perform the autofilter by selecting the criteria as severity as Critical and status should (New,open ,reopen,retest ,pending closure)and finallu it should take the count of visible cells and it should populate value in the percentage sheet in the Unresolved defects field.
Now percentage calculation should be performed between the Critical Defects closed and Unresolved Defects.
Here is the formula= Critical defects closedUnresolved Defects * 100.
How to perform this Scenario through VBA Macros.
Please find the attached sheet : sample.xls
View 1 Replies
View Related
Apr 16, 2014
I am trying to get my variance percentage to calculate correctly but I am struggling when it comes to one of the value being zero. It works fine for the below example when both the variance and last year figures a zero.
Last Year This Year Variance Percetage
0 0 0 0.00% IF(Last Year=0, "",Variance/Last Year)
0 100 100 0.00% This should be 100%
View 6 Replies
View Related
May 26, 2014
I want to calculate % increase with time related fields
Field A1 = 01:53 (formatted custom as mm:ss) happy to format some other way
Field A2 = 02:08 as above
I want to know the % increase. The correct answer is 13.27% , as 01:53 = 113 seconds and 02:08 is 128 seconds and 128/113 = 1.1327 so 13.27%
View 6 Replies
View Related
Oct 7, 2008
I am a Safety representative and on a monthly basis I have to check for seat belt usage. I can not, for the life of me, figure this out.
I have attached an example. In the example out of 22 vehicles there were 2 individuals not wearing seat belts. So cell J4 should be 91%
I can calculate % not wearing with [=sum(D4:E4,H4:I4)/SUM(B4:I4)]
but I want to show % wearing.
View 2 Replies
View Related
Aug 21, 2013
This is so simple, yet Excel doesn't give the correct value. So, here you go, I only have 2 Cells and 2 Labels. One Label for one Number and the other Label for the other Number.
For the Pie Chart I chose Cells:
Cell B36 with the number $54288
Cell B39 with the number $166113
By simply viewing this one can see one of the Percentages should be around 33% and the other 66%. However, Excel gives it a Percentage of 25% and 75%.
How can I get the correct values?
View 2 Replies
View Related
Oct 22, 2007
i am having a hard time in my microsoft excel class
for the life of me i cannot think of a formula to answer the question below
every time i type in =(c3)-25-80% i get the wrong answer
i know there has to be a different formula
Cost of visit= $113.00
Q=Your have a co-payment of $25.00 and the insurance will pay 80% of the remaining cost. Create a formula for the visit that will calculate the total amount you will have to pay.
View 4 Replies
View Related
Jul 3, 2014
I have a percentage calculation that I need to ensure excel does not round up the last digit.
My calculation is 2463000(cell:I13) divided by 257000(cell: I14+I15)
Excel calculates this value to be 0.958365759
However I need it to display and re-use only 0.9583657 as my calculation has to be precise to 7 decimal places.
If I use the formula =ROUND(I13/SUM(I14+I15),7) then excel returns the value 0.9583658 - it rounds the last digit up.
I have tried to use the option "Set precision as displayed" and set my decimal places to 7 but this still sees my 7th digit rounded up.
How do I set it so the 7th digit is not rounded up.
My original formula is =IF(AND((L3+L8+L13)<=O3,(L3+L8+L13+L18)>O3),((O3-(L3+L8+L13))*I18/L18))
I have updated it to be =IF(AND((L3+L8+L13)<=O3,(L3+L8+L13+L18)>O3),((O3-(L3+L8+L13))*(ROUND(I18/L18,7))))
View 9 Replies
View Related
Oct 6, 2009
I am building a conversion calculator on a userform. There is a textbox I've named "UserPctOff" where the user enters their value. I've got a label that I'm using to record the converted value. I keep getting Type 13 Mismatch error.
Here is my code.
Private Sub UserPctOff_AfterUpdate()
UserPctOff = Format(UserPctOff.Value / 100, " Percent")
LabelMDRate = UserPctOff.Value / (1 - UserPctOff.Value)
End Sub
View 4 Replies
View Related
Mar 20, 2009
I am trying to find a way to identify the nmber of periods where a particular value is exceeded.
Basically I have daily data on sales for 40 years and I would like to define a level of sales i.e. 23 units per day and a period i.e. 10 days and then output the number of times where the recorded sales level is greater than 23 units per day for 10 or more days.
Ideally I would like it so the sales level and period can be set in reference cells and the formula can adapt to different sales levels and periods.
The data is formatted as follows: ...
View 7 Replies
View Related
Mar 25, 2014
From G13:G33 I have an array of values of which I have computed.
E36 is where I have set my threshold value.
What is the excel formula to use, to count the PERIODS (not number of times), which this threshold value has been exceeded?
View 3 Replies
View Related
Feb 20, 2010
my data will look like table below:
amount
(A1)
threshold(10)
(B1)
threshold(15)
(C1)
threshold(25)
(D1)
9.80 0.00 0.00 0.00 0.26 0.00 0.00 0.00 0.53 0.53 0.00 0.00 0.40 0.40 0.00 0.00 0.77 0.77 0.00 0.00 1.20 1.20 0.00 0.00 0.33 0.33 0.00 0.00 3.40 3.40 0.00 0.00 5.67 5.67 5.67 0.00 4.00 4.00 4.00 0.00 1.20 1.20 1.20 1.20 3.10 3.10 3.10 3.10 0.53 0.53 0.53 0.53 1.73 1.73 1.73 1.73
i need a formula to zerorize the amount that is within the threshold value &
just display the same amount as input if exceed.
column A is my input, colum B,C,D is my working area where there are few threshold value.
for example,
the B column give the threshold value = 10,
thus cell B2 & B3 were zerorize. ( not B2 only)
View 9 Replies
View Related
Feb 19, 2013
I have a financial model that returns ratios for various years. I would like to highlight in the summary part of the model those years where the ratio is over a set threshold.
For example:
A
B
C
D
...
1
2013
2014
2015
2016
...
2
31%
29%
41%
28%
...
3
Max:
30%
4
2 years over Max: 2013, 2015
In the above example, the threshold (Max) is 30% (cell B3), so the value in A4 would be "2 years over Max: 2013, 2015"
I have been able to do it manually by putting together a COUNTIF function along with various IF statements as follows:
=COUNTIF(A2:D2,">="&B3)&" years over Max: "&IF(A$2>$B$3,A$1&", ,"")&IF(B$2>$B$3,B$1&", ","")&IF(C$2>$B$3,C$1&", ","")&IF(D$2>$B$3,D$1&", ","")...
I even managed to get rid of the final "," by adding a second "," at the end and replacing the expression ", ," using the SUBSTITUTE function (yes, I am a bit **** when it comes to details).
My problem is that I currently have 16 years of projections and, although the above formula works, it requires manual changes every time I add / remove years.
I know that I can do it easily in VBA but the Excel file is to be shared with others via email and I know that their systems are setup to deactivate macros by default (and I don't want to rely on the user having to manually activate macros).
View 3 Replies
View Related
May 22, 2013
1 TO 10 25.00
11 TO 50 15.00
51 TO 100 9.00
101 TO 250 5.40
In this there is an area where it is cheaper to buy for example 12 instead of 10 and I am trying to work out a formula to deal with this funny step change down as people buy more.
View 2 Replies
View Related
May 14, 2014
The user enters data into Column E on Sheet1 and i want my code to display a pop-up box when a cell's value exceeds 500. I've tried the two codes below which i thought would work as Excel didn't highlight any breaks when i wrote the code, but no pop-up box is being generated when values > 500.
ATTEMPT 1:
Private Sub Threshold_Check2(ByVal Target As range)
Dim cell As range
For Each cell In ActiveSheet.UsedRange.Columns(5).Cells
If cell.Value > 500 Then
MsgBox "Value within 15% of Threshold"
Next cell
End Sub
ATTEMPT 2:
Sub Threshold_Check(ByVal Target As range)
Set Target = range("E1:E150")
For Each cell In range("E1:E150")
If Target.Value > 500# Then
MsgBox "Value within 15% of Threshold"
End If
End Sub
View 5 Replies
View Related
Jan 27, 2012
Is there a formula or combination of formulas that will return the word "Order" if the values in a column go above a certain threshold then start to decrease?
For example we have a list of data in a column that is imported each hour from an external database. Each new value is copied into the next cell down in column B. If the latest value was to go above, say, 100 is there a way of returning "Order" as soon as one of the subsequent values is lower than the previous one?
View 5 Replies
View Related
Mar 25, 2014
Resouce Capacity Management .xlsx
How do I make my Pivot Table count/Sum the Threshold of each resource within department is within our 80% to 120% threshold?
View 1 Replies
View Related
Mar 25, 2012
I am trying to put a message box related to a cell if a threshold values is reached.
E.g.: Cell A: 85
If cell A values moves to 86 I am trying to put in a message that says something like " This value is not allowed". Is there a way to do this ?
View 8 Replies
View Related
Apr 3, 2013
I have a workbook that I've built for a project. I've attached a sample workbook. What I'm trying to do, for the entire sheet or workbook if possible, is turn any Cell with a percentage of 30% to 49% yellow and any cell with a percentage of 50% or more Red. I would also like to move the ID's of the variable cells, for example Id number 9922, to the cells beside the description of the rows, Affected would be an example, if the information contained in the same row as the ID meets with a set of variables.
For example I only want the ID's moved if they correspond with IDsub 1-25. One more thing, the people who will be using this spreadsheet will be copying data from a website when it is imported it does not insert the values as numbers. I would like to format the cells, in example workbook they would be any of the cells labeled ID IDsub Variable or Number, so that anything put in that cell will automatically be converted to a number.
I should also probably add that the formatting will be done on approximately 80 rows a sheet with 47 sheets.
View 2 Replies
View Related
Apr 26, 2013
calculating the percentage of a percentage and writing the formula for excel.
There are 295 people in a room, of the 295, 75 or 25% are mothers. (I know how to calculate 25% - 75/295 = 25.42) of the 75 mothers 35 have 3 children, 32 have 2 children and 10 have 1 child.
35 is what percent of 25%
32 is what percent of 25%
10 is what percent of 25%
View 3 Replies
View Related
Nov 19, 2008
make a calculation(addition) and use the answer to multiply against another addition calculation....
The sum of (Monday!A1:A4) multiplied by the sum of (Monday!B1:B4) plus (Tuesday!A1:A4) multiplied by the sum of (Tuesday!B1:B4) and so on.
View 2 Replies
View Related
May 26, 2014
How can I toggle between percentage and actual value to display on a pie chart?
View 1 Replies
View Related
Apr 8, 2014
I have a whole number (207) in B5. This should be seen as a percentage (207%).
I want to add this percentage to the value in M15, which is not a percent (2705.8).
I would like to display this sum in M17.
The number that is displaying now, after simply putting 207% (I don't want the % symbol in there) in B5, and the formula =sum(M17,B5) in M17 is 270787%.
This is obviously not correct.
View 3 Replies
View Related
May 5, 2014
Why is Excel not rounding up a percentage of 93.5 to 94?
View 6 Replies
View Related
Jun 21, 2014
I have a simple issue i cannot figure out how to write a formula for.
In A2 i have the number of operations.
In A4 i have the percentage of CPU usage it requires to complete those operations.
I need an output somewhere that will tell me how may operations I can get per 0.1% of CPU usage.
View 5 Replies
View Related
Dec 16, 2013
The cell I am referencing value is 100,000
I need to take two percentages off of that number. First 50%, then 37% and have the value in a SINGLE cell.
Because 100,000/1.87 is not the same thing....of course.
View 11 Replies
View Related
Mar 6, 2008
Is there a formula that I may use to keep track of the YTD percentage of attendance of volunteer workers over the course of a year? I have approx 200 workers meeting once a week. Their names are listed in column "A" from A-4 to A-204. Starting in column "E" is the date of the weekday for attendance.
For Example: E-1 is dated Jan. 7, 2008. F-1 is dated Jan. 14, 08 etc. I place a one (1) in the corresponding cell to show that they attended. The formula I need would start in cell D-4 and be dragged down to D-204.
There also must be a way to factor in the weeks which we are to meet that must be cancelled due to weather etc. The worker should not be penalized due to our cancellation.
View 11 Replies
View Related
Nov 25, 2008
I was wondering what the formulas was for adding 20 percent to a price of lets say 10.00. What would I use for this?
View 2 Replies
View Related
May 13, 2009
I've seen a few finance excel sheets lately (don't have an example right now... ) that have a total number for something and then in parentheses next to it a percentage of the total is automatically calculated. So I have 5 pens and that's 10% of what I have in my pencil cup --> 5 (10%) is how it is displayed.
View 3 Replies
View Related
Sep 17, 2009
I would like to know whether it's possible to evaluate the percentage of a text value ie 'Approved', after filters on other columns have been done.
AREA YR DECISION
HN 09 APPROVED
NYM 08 REFUSED
RC 09 APPROVED
HN 09
RC 08 REFUSED
? %
So if I filter by AREA and/or YR, I would like the % of how many were 'Approved' in that filtered range (ignoring any blank cells in the DECISION column).
So far I have a basic
=TEXT(COUNTIF(C2:C6,"*Approved*")/ROWS(C2:C6),"0% ""Approval Rate""")
but it doesn't work once I filter by AREA or YR, and doesn't ignore blanks.
View 5 Replies
View Related