I'm using {=MAX(IF(K$2:K$6000=K2,O$2:O$6000,""))}
for each cell in column P (P2 in the example above, where each cell is it's own array). It appears to take issue with null cells I have in both columns K and O. I don't get an error or crashing, but odd things happen.
As I can't find any simple way to ignore null values in cells, I assume none exists, at least for Excel 2007 (maybe 2010?). So, anyone have ideas for an alternative Max formula?
Specifically, I am asking to return the max value from the set of all cells in Col O that have the value in K2 in the same row. As mentioned, this would be the formula in cell P2. At P3, I'd be asking for the max value in Col O that has the value K3 in the same row, etc.
One more note: If I manually Ctrl-Shift-Enter in each cell in column P it gives the correct answer! I don't know why it can't do this automatically when I update (driving me crazy).
I'd really appreciate any help! I get a lot of advice from this site, so much so that I've never had to ask my own questions!
Thanks,
kbrownk
for each cell in column P (P2 in the example above, where each cell is it's own array). It appears to take issue with null cells I have in both columns K and O. I don't get an error or crashing, but odd things happen.
As I can't find any simple way to ignore null values in cells, I assume none exists, at least for Excel 2007 (maybe 2010?). So, anyone have ideas for an alternative Max formula?
Specifically, I am asking to return the max value from the set of all cells in Col O that have the value in K2 in the same row. As mentioned, this would be the formula in cell P2. At P3, I'd be asking for the max value in Col O that has the value K3 in the same row, etc.
One more note: If I manually Ctrl-Shift-Enter in each cell in column P it gives the correct answer! I don't know why it can't do this automatically when I update (driving me crazy).
I'd really appreciate any help! I get a lot of advice from this site, so much so that I've never had to ask my own questions!
Thanks,
kbrownk