Formula - percentages less than, greater than, actual value using x in a checklist

rskwalters

New Member
Joined
Feb 2, 2022
Messages
10
Office Version
  1. 365
Platform
  1. Windows
I need help with a formula. End goal is the 33% to show actual value if less than 63%, but show 63% if over 63%. This is a project sheet that will work as a 30/60/90 percent completion. The form will continue to have "x" added as projects are done and assigned. Some boxes will remain blank and some will have a dash (-) added.
I have this formula currently to get the 33% but cannot get past this for the rest of the formula. PS - this was a project that was given to me by someone else who already had the formula's calculated.

Thanks


1643828398211.png
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi,

You didn't give any details about the calculation, this is a guess:

Book3.xlsx
ABCD
1
2x33.33%<Format cell as Percentage
3x
4
5
6
7
8
9x
10
11
12
13x
14
15x
16
17x
18x
19x
20
21x
22
23
24
25
26
27
28
Sheet980
Cell Formulas
RangeFormula
C2C2=MIN(COUNTIF(B2:B28,"x")/27,0.63)
 
Upvote 0
This is the formula that is set now. =countif(b2:b28,"x")/(counta(b2:b28)+countblank(b2:b28)-countif(b2:b28,"-"))

goal is to have C2 show the percentage as is if the percentage is less than 63% or show 63% if more than 63%.

 
Upvote 0
This is the formula that is set now. =countif(b2:b28,"x")/(counta(b2:b28)+countblank(b2:b28)-countif(b2:b28,"-"))

goal is to have C2 show the percentage as is if the percentage is less than 63% or show 63% if more than 63%.


Then my formula in Post #2 should work.

EDIT: Unless the "-" means something you haven't explained.
 
Upvote 0
The form will continue to have "x" added as projects are done and assigned. Some boxes will remain blank and some will have a dash (-) added.
 
Upvote 0
So, if the dash "-" doesn't mean to Exclude, Have you tried my formula in Post # 2, it works as you have described.
 
Upvote 0
and also, if you have the same set up on another column but need that column that anything over 62% shows 80%. how would that formula be set up?
 
Upvote 0
So, if the dash "-" doesn't mean to Exclude, Have you tried my formula in Post # 2, it works as you have described.
yes that formula worked! thanks!! See below for another question regarding the same information, but another column.
 
Upvote 0
yes that formula worked! thanks!! See below for another question regarding the same information, but another column.

Took you this long to try my formula...

and also, if you have the same set up on another column but need that column that anything over 62% shows 80%. how would that formula be set up?

You need to be a little more specific.
1. The cell range, is it still 27 rows?
2. What are the parameters? ( is it anything Under 62%, show actual, 62% and over, show 80% ) ?
 
Upvote 0
Took you this long to try my formula...



You need to be a little more specific.
1. The cell range, is it still 27 rows?
2. What are the parameters? ( is it anything Under 62%, show actual, 62% and over, show 80% ) ?
Yes, same cell range. anything under 62 show actual; 62 and over show 80
 
Upvote 0

Forum statistics

Threads
1,215,143
Messages
6,123,287
Members
449,094
Latest member
GoToLeep

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