Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello
I have the following problem .. and I can't find the way to solve it. this is my screencapture of excel table: http://www.fuchka.info/tmp/excelproblem.jpg What I need is function that will: A) check for occurence of N12 in columns N or Q or T B) when found it should take the date from cell M5 and C) subtract the date in cell B12 from date in cell M5 D) If result is zero or above it should write "VALID" to cell E12, otherwise it should write "INVALID" thanks for any help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(AND(OR(N120,Q120,T120),(M5-B12)=0),"VALID","INVALID")
" wrote: Hello I have the following problem .. and I can't find the way to solve it. this is my screencapture of excel table: http://www.fuchka.info/tmp/excelproblem.jpg What I need is function that will: A) check for occurence of N12 in columns N or Q or T B) when found it should take the date from cell M5 and C) subtract the date in cell B12 from date in cell M5 D) If result is zero or above it should write "VALID" to cell E12, otherwise it should write "INVALID" thanks for any help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro | Excel Discussion (Misc queries) | |||
Could someone please help me w/ matching the contents of each two sheets? | Excel Discussion (Misc queries) | |||
Searching for a particlar value and matching to a name.. | Excel Worksheet Functions | |||
Multiple worksheet queries | Excel Worksheet Functions | |||
Formula for Searching & matching two values in excel | Excel Discussion (Misc queries) |