PC Review


Reply
Thread Tools Rate Thread

Compare cell values in row for matches - support needed

 
 
Hannes
Guest
Posts: n/a
 
      30th Sep 2008
Hi,

I please need some support for to program the following macro:
the value of column Z in a row should be compared with the values in columns
N to S in the same row (values in comparison are dates). The output of the
comparison should be input in column T of the same row. If no matching values
(dates) are found the output value = 0, match value = 1.

Please let me know when this description needs to be refined.


I greatly appreciate any support!
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      30th Sep 2008
=if(countif(n1:s1,z1)>0,1,0)
or
--(countif(n1:s1,z1)>0)



Hannes wrote:
>
> Hi,
>
> I please need some support for to program the following macro:
> the value of column Z in a row should be compared with the values in columns
> N to S in the same row (values in comparison are dates). The output of the
> comparison should be input in column T of the same row. If no matching values
> (dates) are found the output value = 0, match value = 1.
>
> Please let me know when this description needs to be refined.
>
> I greatly appreciate any support!


--

Dave Peterson
 
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
excel sum values if cell matches a value Dennis Microsoft Excel Worksheet Functions 1 16th Mar 2010 04:43 AM
If a cell matches a list of values...... Simon Microsoft Excel Misc 3 14th Aug 2009 09:01 PM
compare multiple values in one cell to a range of values in multiplecells? hfx.selling Microsoft Excel Worksheet Functions 4 1st Nov 2008 09:01 PM
Maddening Dilemma - Compare each cell within column a to each cell in column b and find unique matches pogster@gmail.com Microsoft Excel Worksheet Functions 65 16th Nov 2007 07:27 PM
Show only matches between a named cell range and the values in a page field - vba maverick502 Microsoft Excel Programming 1 25th Jan 2007 05:00 PM


Features
 

Advertising
 

Newsgroups
 


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