Seeking a formula to return

eolivier

New Member
Joined
Nov 25, 2015
Messages
23
Hello,

See table below. This is a condensed version of my actual table which has tons of columns, but all other columns have exactly the same values in each row so i have hidden them.

I need a formula that can be copied down in the "Is current row" column to return 1 for only one of these rows, but it does not matter which one. Any ideas? Maybe some sort of logic that says "Return 1 if Board Name is first in A-Z sort order"?

Position IDBoard NameIs Current Row?
69962Kelly Services_MI
1​
69962Manpower
1​
69962RobertHalf
1​
69962Accretive Solutions - Scott Mayotte, Specialty Finance
1​
69962*Cybertech_Jon Melnick
1​
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
How about

+Fluff.xlsm
ABC
1Position IDBoard NameIs Current Row?
269962Kelly Services_MI 
369962Manpower 
469962RobertHalf 
569962Accretive Solutions - Scott Mayotte, Specialty Finance 
669962*Cybertech_Jon Melnick1
Main
Cell Formulas
RangeFormula
C2:C6C2=IF(COUNTIF($B$2:$B$6,"<"&$B2)=0,1,"")
 
Upvote 0
Yes sir! I found that formula on Google as well. Still need to work it into the full logic behind that column but i will figure it out! Thank you
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,213,543
Messages
6,114,236
Members
448,555
Latest member
RobertJones1986

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top