Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello All,
I am trying to get a formula set up that will look at multiple colums, and produce output in a particular column based on the checks made. It's a boolean thing; here's an example: In column A, I have dates in the format mm/dd/yy, in column B, I have text that can be one of four selections: Resolved, In Progress, Assigned, New. I need to compare column A against: 1. Today's date. If column A is earlier than today's date, AND column B is "Resolved", I need to set column C to "No." 2. Today's date. If column A is later than today's date, AND column B is anything but "Resolved", I need to set column C to "Yes". 3. Today's date. If column A is later than today's date, and column B is "Resolved", I need to set column C to "No". 4. Today's date. If column A is later than today's date, and column B is anything but "Resolved", I need to set column C to "No". I've tried multiple variations of the IF, AND, OR worksheet functions, and either it sets them all to the same thing (60 rows in column C) or gives me a zero in column C. Also thought of using VLOOKUP, but could not make that work either. Can sombody help me figure out the necessary cell formula that goes in column C, please? Thanks in advance! -- - RJF |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format text 'dates' to real dates | Excel Worksheet Functions | |||
Converting numbers stored as dates to text in Excel | Excel Discussion (Misc queries) | |||
Multiple dates, times, or formulas in a single cell | Excel Discussion (Misc queries) | |||
dates and text | Excel Discussion (Misc queries) | |||
COUNTIF With Multiple Dates, Columns and Text | Excel Worksheet Functions |