~ H E L P ~

G

Guest

I have this fomula for a yes/no quesionaire. I've got the right formulas
(=IF(D45="Y",0.005,IF(D45="N",0,)))in there but i want to make them "or"
questions. Example

1% =One call close (received check and agreement on same day, or trip, as
first presentation)
..5%=for all 25 Key spots on newsletter contracts and customer profiles
completed at sale plus
..5%= for monthly billing to begin immediately (for quarterly) or within 14
days bimonthly) or
1%=for collecting first monthly payment and installation at time of sale or
3%=for collecting more than 50% of total contract at the time of sale

See how the last three are "or" - I don't know how to write this formula. I
hope this makes sense.
Thank you!!!
Kim
 
G

Guest

=IF(OR(J1="M",H1=0,I1<0),"Repair","Do Not Repair")

This an example of using OR with an IF. In the example if there is an M in
J1, OR a 0 in H1 OR I1 is less than 0 it displays Repair, otherwise it
displays Do not repair.

does that help?
 

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