View Single Post
  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

One way:

=G8*(H8="yes")+I8*(J8="yes")*(H8="yes")

or a little shorter:

=(H8="yes")*(G8+I8*(J8="yes"))

HTH
Jason
Atlanta, GA

-----Original Message-----
I want to do the following: IF H8="Yes" then the sum in

G8, IF H8="Yes" AND
J8="Yes" then G8 + I8. However, if J8 is blank then it

only adds G8.
.