ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Compare cell values in row for matches - support needed (https://www.excelbanter.com/excel-programming/417909-compare-cell-values-row-matches-support-needed.html)

Hannes

Compare cell values in row for matches - support needed
 
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

Compare cell values in row for matches - support needed
 
=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


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com