Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Searching and matching in sheet (urgent)

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 47
Default Searching and matching in sheet (urgent)

=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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
Could someone please help me w/ matching the contents of each two sheets? bxc2739 Excel Discussion (Misc queries) 4 April 26th 06 11:04 PM
Searching for a particlar value and matching to a name.. spezialize Excel Worksheet Functions 8 November 9th 05 01:08 AM
Multiple worksheet queries liam Excel Worksheet Functions 3 February 16th 05 06:52 PM
Formula for Searching & matching two values in excel Chris Excel Discussion (Misc queries) 1 January 7th 05 04:34 PM


All times are GMT +1. The time now is 02:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"