Filter or Formula for Processing Work

Vishaal

Well-known Member
Joined
Mar 16, 2019
Messages
543
Office Version
  1. 2010
  2. 2007
Platform
  1. Windows
  2. Web
HI, we have the following sheet where we want to check the steps where are work is pending, kindly provide any excel formula

we have the excel 2007, 2010

sheet
New Microsoft Excel Worksheet - Copy.xlsx
ABCDEFGHIJKLMNOPQRS
1WorkStep 1Step 2Step 3Step 4Step 5Step 6
2DateStatusLateDateStatusLateDateStatusLateDateStatusLateDateStatusLateDateStatusLate
3John21/08/2012Done23/08/2012Done26/08/2012Done28/08/2012Done30/08/2012
4Dan24/08/2012Done26/08/2012Done27/08/2012Done28/08/2012
5Ronshi24/08/2012Done26/08/2012Done27/08/2012
6Pome21/09/2012Done23/09/2012Done26/09/2012Done28/09/2012Done30/09/2012Done1/10/2012
Sheet6


Required Result Sheet
New Microsoft Excel Worksheet - Copy.xlsx
AB
26Status of Step
27JohnStep 5
28DanStep 4
29RonshiStep 3
30PomeStep 6
Sheet6


thanks
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Hi try

Book1
AB
10JohnStep 5
11DanStep 4
12RonshiStep 3
13PomeStep 6
Sheet1
Cell Formulas
RangeFormula
B10:B13B10=LOOKUP(2,1/(B3:S3<>""),"Step "&INT((COLUMN($B$1:$S$1)-2)/3)+1)
 
Upvote 0
Solution

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,636
Latest member
laura12345

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