Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to be able to have specific data added to a cell
which identifies what stage a process is at. The cell that will contain the data is E42 on sheet1. I have in cells E43:49 the stage data i.e. For Tender For Contract Contract Amendment 1 Contract Amendment 2 Contract Amendment 3 Contract Amendment 4 Next to each of these is a cell for entering the date at which this process was reached. I have tried using an If statement with AND and NOT together with isblank to check if the date cells are blank or not, but am being told by the system I have too many argunments for the formula. Can anyone please help me with either code or formula to get over this one. Here is my formula so far, it worked when I only had the first three items, but have now added three more to the list: =IF((AND(NOT(ISBLANK(G44)),ISBLANK(G45),ISBLANK (G46),isblank(g47),isblank(g48,isblank(g49))),E44, IF((AND (NOT(ISBLANK(G44)),NOT(ISBLANK(G45)),ISBLANK(G46), isblank (g47),isblank(g48,isblank(g49))),E45,IF((AND(NOT(I SBLANK (G44)),NOT(ISBLANK(G45)),NOT(ISBLANK(G46),isblank (g47),isblank(g48,isblank(g49)))),E46,IF((AND(NOT( ISBLANK (G44)),NOT(ISBLANK(G45)),NOT(ISBLANK(G46)),not(isb lank (g47)),isblank(g48,isblank(g49)))),E46,"")))) Did not manage to get all formula refined to take all new references so this is to point of error message. Thank you in advance for your assistance. Brian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want to build a data entry page that automaticly moves info | Excel Discussion (Misc queries) | |||
how do I get cells to automaticly change colour on data input? | Excel Worksheet Functions | |||
open the time formula automaticly in B1 after tabbing from A1 | Excel Discussion (Misc queries) | |||
Formula not evaluated automaticly in Office 2003 | Excel Worksheet Functions | |||
automaticly copy data from one worksheet to another | Excel Discussion (Misc queries) |