R
RichardO
Hello all:
I hope you can help with the following:
I have to lookup a number in worksheet A within a range, "Range", i
the number is not available in the range, I want a "" in my cell. I
the number is available it should lookup the 18th cell. In the 18t
cell, I could have a date in there OR a words such as confirmed, route
e.t.c. If it is a date, it should provide me the date in my cell, i
it is anything other than confirmed, it should put a blank, if it i
confirmed, it should take cell m2+3 workdays. I have the followin
formula but I all blanks, something is not right, pease help.
=IF(ISNA(VLOOKUP(N2,Range,18,0)),"",IF(VLOOKUP(N2,Range,18,0)<>"confirmed","",IF(VLOOKUP(N2,Ragne,18,0)="MAIL",M2+3,VLOOKUP(N2,Range,18,0))))
Richardi
I hope you can help with the following:
I have to lookup a number in worksheet A within a range, "Range", i
the number is not available in the range, I want a "" in my cell. I
the number is available it should lookup the 18th cell. In the 18t
cell, I could have a date in there OR a words such as confirmed, route
e.t.c. If it is a date, it should provide me the date in my cell, i
it is anything other than confirmed, it should put a blank, if it i
confirmed, it should take cell m2+3 workdays. I have the followin
formula but I all blanks, something is not right, pease help.
=IF(ISNA(VLOOKUP(N2,Range,18,0)),"",IF(VLOOKUP(N2,Range,18,0)<>"confirmed","",IF(VLOOKUP(N2,Ragne,18,0)="MAIL",M2+3,VLOOKUP(N2,Range,18,0))))
Richardi