Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / April 2008

Tip: Looking for answers? Try searching our database.

IF function with AND, having problems.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sirjbean@gmail.com - 28 Apr 2008 21:03 GMT
I am trying to allow a cell to gather data from two cells and return a
numeric amount based on that data.
B1 =250
A2="sp"
C2 should take the input from the 2 cells above and if both are true
then enter a multiplier of .5. If A2 ="SB" and B1=250 then the
mutliplier should be.75.  Additionally if B1=500 then the multipliers
would become .85 and 1.30 respectively.

How do I write the functions to make this occur?
Bob Phillips - 28 Apr 2008 21:12 GMT
=IF(A2="sp",IF(B1=250,0.5,IF(B1=500,0.85,"what
here?")),IF(A1="SB",IF(B1=250,0.75,IF(B1=500,1.3,"and what here?")),"or even
here?"))

Signature

---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

>I am trying to allow a cell to gather data from two cells and return a
> numeric amount based on that data.
[quoted text clipped - 6 lines]
>
> How do I write the functions to make this occur?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.