PC Review


Reply
Thread Tools Rate Thread

search for dates set by a formula

 
 
Arjen
Guest
Posts: n/a
 
      12th May 2006
Hi all,

I have a formula that filters out the weekend dates. The formula is:
Code:
=IF(WEEKDAY(DATE(jaar;1;1);1)=7;DATE(jaar;1;1)+2;IF(WEEKDAY(DATE(jaar;1;1);1)=1;DATE(jaar;1;1)+1;(DATE(jaar;1;1))))
the named value "jaar" is a defined named value pointing to a different
cell that contains the value "2006"

The next cells contains the following codes:
Code:
=IF((WEEKDAY(B4)+1)=7;B4+3;(IF((WEEKDAY(B4)+1)=1;B4+2;B4+1)))
a third cell contains the code:
Code:
=b4
now I want to search for the row that contains the same date as in the
third cell. (I know this is row 4 here, but I have a lot of dates that
has to be searched for).
Whatever I have tried, it won't return the number of the row, as it
cannot find the date.

Any ideas?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
search through dates smudgedwhiteink Microsoft Excel Worksheet Functions 0 28th May 2009 02:49 AM
Search between two dates Dennis Villareal Microsoft Access Queries 2 19th Nov 2008 12:54 AM
search for dates set by a formula arjen Microsoft Excel Programming 1 16th May 2006 03:06 PM
Search between two dates David494 Microsoft Excel Misc 1 21st Jun 2005 02:46 PM
Formula: Search for Dates and Sum values Maxime Microsoft Excel Misc 7 6th Apr 2004 01:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:08 PM.