FryGirl
Well-known Member
- Joined
- Nov 11, 2008
- Messages
- 1,366
- Office Version
- 365
- 2016
- Platform
- Windows
I have the range below and would like to find the MIN to a range of cells for the MOD of the value. In H9 I'm looking for the MAX, but in H10 I would like the MIN.
Here is the formula I'm using for the MAX. Is this the best method to use? Cells H6 and H7 are actually 0.00. I just have the custom format to hide 0.00.
Data Range
[TABLE="class: grid"]
<tbody>[TR]
[TD][/TD]
[TD]
[/TR]
[TR]
[TD]
[TD]
[/TR]
[TR]
[TD]
[TD]
[/TR]
[TR]
[TD]
[TD]
[/TR]
[TR]
[TD]
[TD]
[/TR]
[TR]
[TD]
[TD]
[/TR]
[TR]
[TD]
[TD][/TD]
[/TR]
[TR]
[TD]
[TD][/TD]
[/TR]
[TR]
[TD]
[TD]
[/TR]
[TR]
[TD]
[TD]
[/TR]
[TR]
[TD]
[TD]
[/TR]
</tbody>[/TABLE]
Here is the formula I'm using for the MAX. Is this the best method to use? Cells H6 and H7 are actually 0.00. I just have the custom format to hide 0.00.
=MAX(MOD(H2,1),MOD(H3,1),MOD(H4,1),MOD(H5,1),MOD(H6,1),MOD(H6,1),MOD(H7,1))
Data Range
[TABLE="class: grid"]
<tbody>[TR]
[TD][/TD]
[TD]
H
[/TD][/TR]
[TR]
[TD]
1
[/TD][TD]
FRAC
[/TD][/TR]
[TR]
[TD]
2
[/TD][TD]
0.06
[/TD][/TR]
[TR]
[TD]
3
[/TD][TD]
0.20
[/TD][/TR]
[TR]
[TD]
4
[/TD][TD]
0.30
[/TD][/TR]
[TR]
[TD]
5
[/TD][TD]
0.44
[/TD][/TR]
[TR]
[TD]
6
[/TD][TD][/TD]
[/TR]
[TR]
[TD]
7
[/TD][TD][/TD]
[/TR]
[TR]
[TD]
8
[/TD][TD]
1
[/TD][/TR]
[TR]
[TD]
9
[/TD][TD]
0.44
[/TD][/TR]
[TR]
[TD]
10
[/TD][TD]
0.20
[/TD][/TR]
</tbody>[/TABLE]