Hi,
Currently I am computing the date difference in days using this formula (which works): =if(and(ISNUMBER(W2),ISNUMBER(H2)),W2-R2,"")
However, I would like to restrain the output and only consider values between 5 and 150.
So I would like the function to say If W2 isnumber and if H2 isnumber then, W2 - R2, "" and if W2 - R2 isnot between 5 and 150 range, ""
I tried various tweak but I did not manage to get it right, so any help would be appreciated.
Thanks
Currently I am computing the date difference in days using this formula (which works): =if(and(ISNUMBER(W2),ISNUMBER(H2)),W2-R2,"")
However, I would like to restrain the output and only consider values between 5 and 150.
So I would like the function to say If W2 isnumber and if H2 isnumber then, W2 - R2, "" and if W2 - R2 isnot between 5 and 150 range, ""
I tried various tweak but I did not manage to get it right, so any help would be appreciated.
Thanks