FreakyGirl
Member
hello
i have a list of names i rank to put them in alphabetical order.
the list of names gets longer & longer which means means the BB$152 constantly needs to be manually adjusted each time new names are added.
the ranking for the name in BB3 is currently 88. but if you change the B$152 to B$182 it will change their ranking to 105.
rather than monitoring it i have a formula that will tell me the last row with a name but i dont know how to combine the 2 formulas together or reference the cell containing the forumla.
the formula to find the last row with a name is located in AZ3:
help is always appreciated.
thanks,
FreakyGirl
i have a list of names i rank to put them in alphabetical order.
Code:
=IF(BB3="","",COUNTIF($BB$3:$BB$150,"<="&BB3))
the list of names gets longer & longer which means means the BB$152 constantly needs to be manually adjusted each time new names are added.
the ranking for the name in BB3 is currently 88. but if you change the B$152 to B$182 it will change their ranking to 105.
rather than monitoring it i have a formula that will tell me the last row with a name but i dont know how to combine the 2 formulas together or reference the cell containing the forumla.
the formula to find the last row with a name is located in AZ3:
Code:
=LOOKUP(2,1/(BA:BA<>""),ROW(BA:BA))
help is always appreciated.
thanks,
FreakyGirl