View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sam Wilson Sam Wilson is offline
external usenet poster
 
Posts: 523
Default Return value if two data points match

Use:

=SUM((A1:A2="Committee")*(B1:B2="June")*(C1:C2)

but after you've typed it use Ctrl + Shift + Enter rather than just Enter.

Sam

"ptf" wrote:

I want to return a value when two data points match.

For example, if in a table the value of "Committee" and "June" are found, I
want to return the value in that same row in a different column.

My table looks like this:
Column A Column B Column C
Committee June 2
Board July 4

Thanks!