Calculate percent of welds require RT

llpcode

New Member
Joined
Dec 21, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I can calculate the number of welds requiring 5% radiography using the following formulas, but per welder, which I do not have yet...

Where Total Welds is calculated as the sum between cells K13 and K50 (In the first formula)
The formula to calculate 5% uses cell AD13 for the percentage (In second formula)
Tot calcuate the number of welds require to meet the 5% (In the third formula)

=sum(K13:K50)
=K37/AD13
=ROUNDUP(K38,0)

I need to add a formula to take the count of each welder's welds instead of the total number of welds, and then calculate the 5% quantity to determine that the minimum of 5% weld weld was achieved.

Following this process, I then need to track the number of repair welds, plus have a formula to track an additional 2 welds for each rejected weld, and finally if any of the additional weld is found tobe defective, then a further 2 welds to be radiographed.


 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Can you give us a couple of rows of your data layout, along with the expected results (manually calculated)? From your description, I would guess that you need to use SUMIFS to achieve your intended results.
 
Upvote 0

Forum statistics

Threads
1,215,248
Messages
6,123,867
Members
449,130
Latest member
lolasmith

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