Hey all
I'm working with some mind mumbling "If's" atm, I have collum (A) as the esteminated date, (C) as the ready date,(B) as the caounter between collum(A&C). Formula I use in (B) is: =IF(ISNUMBER(A2);IF(C2="";A2-TODAY();A2-C2);"") as far as good, but in collum (E)I have the real engage date, and in collum (D) gap bettwen collum A&E, and here it's getting nasty. I will have an 'Error' message if collum (E<C) but i can't manage to do it right all the way down. I'll paste formula for you that I have glued together.
=IF(ISNUMBER(A2);IF(A2>=C2;IF(E2="";IF(TODAY()<A2;0;(TODAY()-A2));IF(E2<A2;0;(E2-A2)));"Error");"")
It dosn't work right, I'll get 'Error' message when collum (E) is blank :/
cheers o/
I'm working with some mind mumbling "If's" atm, I have collum (A) as the esteminated date, (C) as the ready date,(B) as the caounter between collum(A&C). Formula I use in (B) is: =IF(ISNUMBER(A2);IF(C2="";A2-TODAY();A2-C2);"") as far as good, but in collum (E)I have the real engage date, and in collum (D) gap bettwen collum A&E, and here it's getting nasty. I will have an 'Error' message if collum (E<C) but i can't manage to do it right all the way down. I'll paste formula for you that I have glued together.
=IF(ISNUMBER(A2);IF(A2>=C2;IF(E2="";IF(TODAY()<A2;0;(TODAY()-A2));IF(E2<A2;0;(E2-A2)));"Error");"")
It dosn't work right, I'll get 'Error' message when collum (E) is blank :/
cheers o/