formula help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a formula where it takes the result of one formula and
adds .60 if the answer to a question is yes but adds zero if it is no. The
first part of my formula is as follows:

=10+(IF(F44>1,(F44-1)*8.5))

It works fine. I just cannot get the second part to work with the first
part. Any help would be appreciated.
 
=IF(M44="yes",(10+(IF(F44>1,(F44-1)*8.5)))+0.6,10+(IF(F44>1,(F44-1)*8.5)))

replace M44 with the cell that holds the answers, you know I assume that if
the conditions in your formula isn't TRUE it will return 10?

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon
 
thank you so much! Works perfect now.

Peo Sjoblom said:
=IF(M44="yes",(10+(IF(F44>1,(F44-1)*8.5)))+0.6,10+(IF(F44>1,(F44-1)*8.5)))

replace M44 with the cell that holds the answers, you know I assume that if
the conditions in your formula isn't TRUE it will return 10?

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon
 

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

Back
Top