Could you advise me how to adapt for a range of cells, if any of the cells are not blank, I have tried the below but it's not working.
=IF(N17:R17<>"","P","")
=IF(OR(COUNT(N17:R17),COUNTA(N17:R17)),"P","")
That worked perfectly, thanks.
Another question for you can the above be adapted so that if "No Timesheet" is entered in Cell T17 then is will leave the cell blank instead of putting a tick in it?
Shazz
x
Not quite sure were you got C2:C8 from but I have tried the below and it does not work.
=IF(AND(COUNTBLANK(N17:R17)=0,T17>0),"P","")
I do need the formula to only not tick the cell if the word "No Timesheet" appears in T17, otherwise if N17:R17 are not blank and ther is no "No Timesheet" in T17 it will then tick.
I hope I am making sense.
Shazz
x
Khalid,
Your going to hate me,
Thanks for your kind words Khalid.
That is now working perfect, thanks so much.
Shazz
xx
truly amazing!!No worries Shazz, we all learn here and nobody here going to hate anyone.
Here is my 1st formula with additional IF, see if this works:
=IF(T17="No Timesheet","",IF(OR(COUNT(N17:R17),COUNTA(N17:R17)),"P",""))
Regards,
No worries Shazz, we all learn here and nobody here going to hate anyone.
Here is my 1st formula with additional IF, see if this works:
=IF(T17="No Timesheet","",IF(OR(COUNT(N17:R17),COUNTA(N17:R17)),"P",""))
Regards,