![]() |
#2
|
|||
|
|||
![]()
On Sheet1, add 4 hidden columns, where you calculate the order number of project in given status. P.e.
1st hidden column (E) for projects In Prog has formulas returning values "",1,"","","",2,"","","",3,"","","", 4,"","","",5 2nd hidden column (F) for projects Pending has formulas returning values "","","",1,"","","",2,"","","",3,"","","",4,"" ,"" 3rd hidden column (G) for projects Completed has formulas returning values "",1,"","","",2,"","","",3,"","","", 4,"","","",5 4th hidden column (H] for projects Not Assigned has formulas returning values "","","",1,"","","",2,"","","",3,"","","",4,"" ,"" Now you create 4 named values, p.e. CntInProg, CntPending, CntCompleted and CntNA, which calculate the MAX values in corresponding hidden columns. On Sheet2, p.e. into cell A2 you enter the formula like =IF(ROW()-ROW($A$1>CntInPrg,"",INDEX(Sheet1!$A$6:$A$23,MATCH (ROW()-ROW($A$1),Sheet1!$E$6:$E$23,0))), and copy down for as much rows as you need. Continue same for other statuses with next 3 columns. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Create Drop Down list to change cell color | bksmith | Excel | 2 | 08-21-2017 02:37 AM |
Have a cell filled black when blank in dropdown list | Aussie_81 | Excel | 14 | 04-06-2017 04:50 AM |
![]() |
mbesspiata | Excel | 1 | 01-17-2015 05:02 AM |
Auto add a list cell if the last list cell is filled | tasuooooo | Excel | 1 | 07-31-2012 08:40 PM |
Auto-populate an MS Word table cell with text from a diff cell? | dreamrthts | Word Tables | 0 | 03-20-2009 01:49 PM |