![]() |
|
|
|
#1
|
|||
|
|||
|
Quote:
1- I'm trying to go through the attached file and revise all the sheet 2- About the year 2017. This is an example only and the sheet can be named anything, but I create new sheet for every year let me also go through and I will come back to you... |
|
#2
|
|||
|
|||
|
Quote:
Really you need a sheet ProjectSteps to enter most of info (sheet Projects is needed for data entry only when you register a new project - and when you close an ended one). Instead of designing a new report every year (Btw, the sheet Projects serves really also as a report), you design reports where you select year/date and maybe some other conditions, and a report for those conditions is displayed (a single sheet for 1 kind of report). And when the number of registered project steps grows too much and as result the workbook will slow down (it depends on your computer, but unless you have really crappy one some 20000 rows must work OK), you archive the workbook with different name, clear old data (or too old data), and continue with same workbook. You need to redesign the workbook only, when you want to add some new functionality to it. An additional bonus for such design is, that it allows to handle projects, which take several years of work. |
|
#3
|
|||
|
|||
|
Quote:
Great .... I will follow your steps on this one ... and it seems to be useful. Eventhough; I'm totally lost with lots of sheets ![]() Going back to the first worksheet you passed to me... ![]() ------------------------------------------------------- I'm trying to use it first, but I got stuck in it ... the Report sheet can't display more than four results. What I did I added more feeds into the Sheet 2017, starting from Project No. 2017010009 but the results doesn't reflect as it should be for the rest which is under 2017010009 . Files attached 2 images 1 xl file Last edited by IBRA2018; 04-05-2018 at 02:30 AM. |
|
#4
|
|||
|
|||
|
Quote:
1. The formulas in 4 columns on sheet 2017 (H1...H4) meant to be hidden must have an additional check. P.e. Code:
IF(OR(ROW()=EVEN(ROW());$G6<>"In Prog");0;COUNTIF($G$5:$G6;"In Prog")) 3. In Report sheet, all formulas referred to ranges like '2017'!$A$6:$A$21 or '2017'!$L$6:$L$21. Change the last row number from 21 to 29 (or use dynamic ranges instead). |
|
#5
|
|||
|
|||
|
Quote:
Sorry maybe I missed something2- I have changed it to 45 because I added more rows and it still the same thing ... 3- CntCompleted, CntInProg, CntNA and CntPending to make dynamic ?? Do you mean to make it as a drop-down list like the original words - In Progress - Pending - Completed - Not Assign the file is attached ... Sorry for bothering you guys
|
|
|
|
Similar Threads
|
||||
| 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 |
Formulato say if cell is blank do this, if not blank do this.
|
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 |