Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello All,
I've been asked by my manager to come up with an email tracker which keeps tracks of emails that we send/receive to/from clients. Using the "IF" and "AND" conditions (and with some head breaking!:)), I came up with this: =IF(AND(I2=3,G2=4),"Send email",IF(AND(I2<=2,G2=6),"Okay")) Shorter explanation: The problem: When I change I3 to "3" (3 days) and the status is "open" it says "Send email", that's okay. However, if I do change I3 to "2" (2 days) and the status is "closed" it says "false". Somewhere down the line, I've made an error. A conflict of some kind. Any suggestions or other formulas would be appreciated. Thanks. (Attached files to avoid confusion). This is a TLDR, please bear with me:): Longer detailed explanation: "I2" refers to the number of days (total number of days including the day on which the email was sent and the current day) that have passed since the email has been sent. If three or more days have passed and we've received no replies, it should throw up the message "send email". If it is lesser than that, then it should say "okay". However... There is also another condition along with this. I've set another column called "Issue Status" which has two categories "Open" and "Closed". Since the if condition does not consider text, I set another cell "G2" to measure the text length using the LEN formula (Open=4, Closed=6)..... To summarize: If the number of days is greater than/equal to three and the text length status is 4 (Open), then the result should be "Send email". If the number of days is lesser than that and the text length status is 6 (Closed), then the result should be "Okay". Thanks in advance! Last edited by excel@work 85 : May 19th 12 at 05:47 PM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tracker | Excel Worksheet Functions | |||
MIS tracker | Excel Worksheet Functions | |||
attendance tracker | Excel Discussion (Misc queries) | |||
Looking for a vacation tracker | Excel Discussion (Misc queries) | |||
How can I set up a page tracker? | Excel Programming |