View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
IF Statement IF Statement is offline
external usenet poster
 
Posts: 1
Default How can I apply If statement using two row, multi columns

How can i use If statement using two row, multi colums to get sum dollar
amount. For example
colums A colums B colums C colums D colums E
ROW 2 100.00 100.00 100.00 100.00 100.00
ROW 3 500 500 501 501 500

Using if statement as, if row 3 = 500; sum row 2 = $300.00
same thing if row 3 = 501; sum row 2 = $200.00