Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi there, Can you help me with this one? I have been asked to “do one more piece of work” on to the programme that I’m still currently working on. Here we go…… Kitchen (H3) Bathroom Full (N3)& Part (P3) Rewire Full (V3) & Part (X3) Central Heating Full (AD3) & Part (AF3) Roof (AM3) Others (AR3) So basically in column AX is *-=H3+N3+P3+V3+X3+AD3+AF3+AM3+AR3-* This is for if any works first start/date input, it will state that the property is now ‘in progress’. However the above result will come up in number so I changed it by going via -*‘Format Cell’ ‘Number’ ‘Custom’ “Yes”;”Yes”;”No”’*- This will enable us to count how many those properties are in progress and those who are not. The rest that Ken who have helped me with recently so I will type it out so you can see what I’m after….. Column AJ= Internal Handover Column AV= External Handover Column AY = Overall Completed =IF(UPPER(AJ3)=”N/A”,AV3,IF(UPPER(AV3)=”N/A”,AJ3,IF(AND(ISNUMBER(AJ3),ISNUMBER(AV3)),MAX(AJ3 ,AV3),””))) (-*Bear in your mind, the column AY is hidden as if in either AJ and AV is typed “N/A”, there is number comes up ’00/01/1900’*-) So I have added another column AZ = Overall Completed =IF(OR(AY30),AY3,””) So……what I would like is that when the ‘Overall Completed’ date (Column AZ) is inputted (via AJ + AV), is that the AX become a ‘NO’ as the property is now completed. Does this make sense to you? Craig;) -- craig@help ------------------------------------------------------------------------ craig@help's Profile: http://www.excelforum.com/member.php...o&userid=36201 View this thread: http://www.excelforum.com/showthread...hreadid=565101 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving a sheet from one work book to another? | Excel Worksheet Functions | |||
work sheet view flips horizontally | Excel Discussion (Misc queries) | |||
My links no longer work . . . | Excel Discussion (Misc queries) | |||
Work Rota - Do I need a formula? | Excel Discussion (Misc queries) | |||
How to get saved old saved work that was saved over? | Excel Discussion (Misc queries) |