T
Terrance Wyatt
Here is what I am trying to do:
I have two sets of similiar data on worksheet. On the first set,
Column A has cities, Column B has dollar amounts. This first set of
data is in the same order as the second set (same columns, different
rows)
The second set of data also has Column A with cities in the same order
as the first set of data. However Column, B is are values of 1-6. The
1-6 values correspond with the dollar amounts in the first set of
data.
Now, What I am trying to do is create a IF statement that says if any
city in Column A that has the value "1" in Column B in the second set
of data find the corresponding dollar amount in Column B in the first
set of data and SUM any of the matches.
Here is what I have so far, but is totally wrong:
=IF(ISNUMBER(MATCH(1,$C$83:$C$142)),SUM(C19:C52),0)
Help ?
I have two sets of similiar data on worksheet. On the first set,
Column A has cities, Column B has dollar amounts. This first set of
data is in the same order as the second set (same columns, different
rows)
The second set of data also has Column A with cities in the same order
as the first set of data. However Column, B is are values of 1-6. The
1-6 values correspond with the dollar amounts in the first set of
data.
Now, What I am trying to do is create a IF statement that says if any
city in Column A that has the value "1" in Column B in the second set
of data find the corresponding dollar amount in Column B in the first
set of data and SUM any of the matches.
Here is what I have so far, but is totally wrong:
=IF(ISNUMBER(MATCH(1,$C$83:$C$142)),SUM(C19:C52),0)
Help ?