JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Hi,
i have the 2 formulas which work
G2
gets max value of column A data
H2
checks to see if value in G2 is highest, if so output 1
Im sure i can merge these somehow
thanks in advance
i have the 2 formulas which work
G2
Code:
{=MAX(IF($A$2:$A$20000=A2,$G$2:$G$20000,0))}
H2
Code:
=IF(G2=O2,1,0)
Im sure i can merge these somehow
thanks in advance
Last edited: