complex if statement

K

kdel1201

column B contains a value of either "F" or "H" or blank
column C contains a value of either "A" or B" or blank
columns D-G contain various numeric values

In column A here is what I want to be returned:

if column B="F" return the value of 20; if column B="H" return the value of
10; if column B is blank, add together the values in columns D-G

AND

if column C="A" return the value of 20; if column C="B"= return the value of
10; if colum C is blank, add together the values in columns D-G (and column B)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top