Forum

Notifications
Clear all

calculation question

6 Posts
3 Users
0 Reactions
66 Views
(@pyclen)
Posts: 11
Eminent Member
Topic starter
 

I need to calculate a number (of setups for analytical testing) based upon how many samples I have

at the moment I am using an IFS statement that looks at the product of 4 cells (f4:I4) and adjusts the number of setups based on the result

I want to increase the number of setups for every ten (10) samples, as shown in the example that I attached.

 

If someone knows how to make this a more efficient statement as I currently have I would appreciate it.

 
Posted : 15/01/2022 11:48 am
Alan Sidman
(@alansidman)
Posts: 220
Member Moderator
 

No file attached.  Please try again.

 
Posted : 15/01/2022 8:14 pm
(@pyclen)
Posts: 11
Eminent Member
Topic starter
 

now with file uploaded

 

I need to calculate a number (of setups for analytical testing) based upon how many samples I have

at the moment I am using an IFS statement that looks at the product of 4 cells (f4:I4) and adjusts the number of setups based on the result

I want to increase the number of setups (row highlightedin yellow) for every ten (10) samples, as shown in the example that I attached.

 

If someone knows how to make this a more efficient statement as I currently have I would appreciate it.

 
Posted : 16/01/2022 9:12 am
(@fluff)
Posts: 36
Eminent Member
 

How about

=ROUNDUP(PRODUCT(I5:L5)/10,0)

 
Posted : 16/01/2022 10:36 am
(@pyclen)
Posts: 11
Eminent Member
Topic starter
 

Great, that works like a charm

 
Posted : 17/01/2022 7:49 am
(@fluff)
Posts: 36
Eminent Member
 

Glad to help & thanks for the feedback.

 
Posted : 17/01/2022 10:27 am
Share: