Formula that shows text of header in cell for process status

sirenetta1

Board Regular
Joined
Feb 11, 2004
Messages
169
Can you help me?

My header row contains titles for steps in a process:

A1: Step 1
B1: Name
C1: Step 2
D1: Title
E1: Step 3
F1: Step 4
G1: Process Status

Under those columns, I'm putting text when something is done.

What formula could I use in column G to show where I am in the process?

For example:
See G2 below...
Because I did not get to Step 2, it just displays "Step 1" in G2.

A1: Step 1
A2: 4/2/05
B1: Name
B2: Bob
C1: Step 2
D1: Title
E1: Step 3
F1: Step 4
G1: Process Status
G2: Step 1

Thanks!!!

BTW: I have up to 10 steps in this process... :( [/img]
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
So, I'm assuming that you only want to show one of the "Steps", not "Name" or "Title" or "Process Status". Try

=LOOKUP(2,1/((A2:F2<>"")*(LEFT(A$1:F$1,4)="step")),A$1:F$1)
 
Upvote 0
Yes, the Process Status column would only have "Step 1" "Step 2" etc. depending on what was the last step that was complete. Thanks for your formula! I'll see what it can do! :biggrin:
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,426
Members
448,961
Latest member
nzskater

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