thestones757
New Member
- Joined
- Feb 24, 2010
- Messages
- 24
I am using a max function to find the max of an array found by multiplying two conditions to arrive at a single array:
=MAX((Data!$B$3:$B$202=Analysis!$B4)*(Data!F$3:F$202))
where the first condition is used as a true false (1 or 0) to only count the following condition when it is met. It works fine and is doing what I want it to do, however, there is a computational error within Excel.
I have data listed on a previous tab (Data) in F3:F202 and my formula builder will give me the correct maximum from the data, however, it displays a different number than this number in the cell.
It does not make sense why this isn't replicating from the formula builder and appearing correctly on my spreadsheet. If anyone has dealt with or might have a solution it would be greatly appreciated!
=MAX((Data!$B$3:$B$202=Analysis!$B4)*(Data!F$3:F$202))
where the first condition is used as a true false (1 or 0) to only count the following condition when it is met. It works fine and is doing what I want it to do, however, there is a computational error within Excel.
I have data listed on a previous tab (Data) in F3:F202 and my formula builder will give me the correct maximum from the data, however, it displays a different number than this number in the cell.
It does not make sense why this isn't replicating from the formula builder and appearing correctly on my spreadsheet. If anyone has dealt with or might have a solution it would be greatly appreciated!