Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm building a tracking program that monitors medical consults against time
and urgency. Column A Column B Column C Column D Column E Tracking # Date Urgency Time Elapsed Status g7186072409 7/24/2009 R 14 s2234072009 7/20/2009 E 18 ALERT a4590071809 7/18/2009 R 20 z0002071409 7/14/2009 U 24 Columns A, B & C are manual data entries Column D =Now()-B4 (B4 is Row that contains first date) Column E Is where my problem lies, here is my formula: =IF(OR(C4=E,&D4=7, "ALERT", " ")+OR(C4=U,&D4=30, "ALERT", " ")+OR(C4=R,&D4=120, "Review", " ")) I think I have too many conditions for IF to handle and I need to create a Macro but herein lies my lack of knowledge. Any assistance would be greatly appreciated, because we are trying to get a handle on our neurosurgery consults. Thank you randy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF formula & formatting | Excel Worksheet Functions | |||
"Excel encountered an error and had to remove some formatting toavoid corrupting the workbook. Please re-check your formatting carefully." | Excel Discussion (Misc queries) | |||
Excel Formula using Conditional Formatting | Setting up and Configuration of Excel | |||
Formatting with a Formula | Excel Discussion (Misc queries) | |||
excel formula formatting result | Excel Worksheet Functions |