Hi,
I am creating a spreadsheet to collate information from questionnaires. I am wanting the questionnaires to be numbered each time a new one is logged.
I have managed to do this using the following formula =IF(ISBLANK(C4),"",A4+1) only problem is it only works if you starting collating from C4, my first question has a choice of 3 answers to choose from so I need the formula to recognise that information has been logged in C4, D4 and E4 aswell, to allow the next questionnaire number to appear in the line below
I hope this makes sense and someone out there can help me????
I am creating a spreadsheet to collate information from questionnaires. I am wanting the questionnaires to be numbered each time a new one is logged.
I have managed to do this using the following formula =IF(ISBLANK(C4),"",A4+1) only problem is it only works if you starting collating from C4, my first question has a choice of 3 answers to choose from so I need the formula to recognise that information has been logged in C4, D4 and E4 aswell, to allow the next questionnaire number to appear in the line below
I hope this makes sense and someone out there can help me????