Excel/Google Sheets: Find MAX Value (Based on Adjacent Cell) + Add 1 -


looking either excel or google sheets. 2 columns: | b.

need increment b value 1 based off of max value in b matched in column a.

trying accomplish auto increment (+1) based off of max value in column b of department in column a.

http://i.stack.imgur.com/aoicu.png

put formula cell b1:

=countif($a$1:$a1;$a1) 

and copy down b column


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -