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 / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

IF-more than 7 arguments in

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Carolina - 20 May 2008 20:27 GMT
The following formula is working perfectly but I NOW need to add ONE more
test....

I need to check T14...if T14 is equal to the word "Forever" the result
should be "0" and there should not be any more testing ....if not "Forever"
then continue testing

=IF(G14=Z$3,(V14*AA$3),IF(G14=Z$4,(V14*AA$4),IF(G14=Z$5,(V14*AA$5),IF(G14=Z$6,(V14*AA$6),IF(G14=Z$7,(V14*AA$7),IF(G14=Z$8,(V14*AA$8),IF(G14=Z$9,(V14*AA$9))))))))

How can I simplify this equation to include the additional test?

Thanks.
bpeltzer - 20 May 2008 20:32 GMT
=if(t14="Forever",0,v14*vlookup(g14,$z$3:$aa$9,2,0))

> The following formula is working perfectly but I NOW need to add ONE more
> test....
[quoted text clipped - 8 lines]
>
> Thanks.
Carolina - 20 May 2008 20:46 GMT
WOW! WOW! WOW! Thanks a million. You are a life saver! It worked perfectly
Carolina

> =if(t14="Forever",0,v14*vlookup(g14,$z$3:$aa$9,2,0))
>
[quoted text clipped - 10 lines]
> >
> > Thanks.
 
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.