PC Review


Reply
Thread Tools Rate Thread

Combination to Two formulas with the Help of AND / OR / IF Functions

 
 
Akash
Guest
Posts: n/a
 
      27th Apr 2010
Hi,

This is Akash Maheshwari, a frequent user of your group. I had querry
which i m not able to break through since last few days:

I have two Formulas:
=IF(D7="V Top 9702045619",AccountWiseReport!K5-F7+I7-J7+K7-G7-H7)
=IF(D7="V Top 9702043906",AccountWiseReport!K40-F7+I7-J7+K7-G7-H7)

What i want is if i select "V Top 9702045619" in the cell D7 the first
formula would run and viceversa if i select "V Top 9702043906" the
second formula should run. I want to combine the above mentioned two
formulas in such a way that i get the output in one cell.

How to combine the above mentioned two formulas with OR & AND function
with the help of IF function.

 
Reply With Quote
 
 
 
 
Jacob Skaria
Guest
Posts: n/a
 
      27th Apr 2010
Copy paste the below and apply to the cell....

=IF(D7="V Top 9702045619",AccountWiseReport!K5-F7+I7-J7+K7-G7-H7,
IF(D7="V Top 9702043906",AccountWiseReport!K40-F7+I7-J7+K7-G7-H7,""))

--
Jacob (MVP - Excel)


"Akash" wrote:

> Hi,
>
> This is Akash Maheshwari, a frequent user of your group. I had querry
> which i m not able to break through since last few days:
>
> I have two Formulas:
> =IF(D7="V Top 9702045619",AccountWiseReport!K5-F7+I7-J7+K7-G7-H7)
> =IF(D7="V Top 9702043906",AccountWiseReport!K40-F7+I7-J7+K7-G7-H7)
>
> What i want is if i select "V Top 9702045619" in the cell D7 the first
> formula would run and viceversa if i select "V Top 9702043906" the
> second formula should run. I want to combine the above mentioned two
> formulas in such a way that i get the output in one cell.
>
> How to combine the above mentioned two formulas with OR & AND function
> with the help of IF function.
>
> .
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
If , Mid or right functions or a combination thereoff. Dave Microsoft Excel Worksheet Functions 3 26th Jan 2011 10:27 PM
Re: combination INDEX//MATCH and IF-functions Dave Peterson Microsoft Excel Misc 0 19th Jun 2009 01:32 PM
Re: Combination of formulas, if, and, or David Biddulph Microsoft Excel Worksheet Functions 0 16th Jan 2007 12:32 PM
combination functions in one cell =?Utf-8?B?bWFyeSBz?= Microsoft Excel Worksheet Functions 6 21st Sep 2006 08:15 PM
combination of functions? =?Utf-8?B?dmljdmVnYQ==?= Microsoft Excel Worksheet Functions 0 7th Feb 2006 07:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:22 PM.