Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default New To Formulas - Help please

This is probably very easy, but im having trouble - I want to find a formula
that does the following

IF H49 + G49 = F49 and F49=I49 then True If it doesn't False I want
both parts to be used.

If I was only doing the first part of the formula, before the AND, I can get
as far as the following =IF(H49+G49=F49,"True","False") it is the 2nd part I
am stuck on, how do I show the AND F49=I49
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 694
Default New To Formulas - Help please

Hi
Try this : =IF(AND(H49+G49=F49,F49=I49),"True","False")
HTH
John
"kirstikate" wrote in message
...
This is probably very easy, but im having trouble - I want to find a formula
that does the following

IF H49 + G49 = F49 and F49=I49 then True If it doesn't False I want
both parts to be used.

If I was only doing the first part of the formula, before the AND, I can get
as far as the following =IF(H49+G49=F49,"True","False") it is the 2nd part I
am stuck on, how do I show the AND F49=I49


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default New To Formulas - Help please

=IF(AND(H49+G49=F49,F49=I49),"True","False")


Gord Dibben MS Excel MVP


On Tue, 25 May 2010 11:15:03 -0700, kirstikate
wrote:

This is probably very easy, but im having trouble - I want to find a formula
that does the following

IF H49 + G49 = F49 and F49=I49 then True If it doesn't False I want
both parts to be used.

If I was only doing the first part of the formula, before the AND, I can get
as far as the following =IF(H49+G49=F49,"True","False") it is the 2nd part I
am stuck on, how do I show the AND F49=I49


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 846
Default New To Formulas - Help please

=if(and(H49+G49=F49,F49=I49),"true","false")
--
Wag more, bark less


"kirstikate" wrote:

This is probably very easy, but im having trouble - I want to find a formula
that does the following

IF H49 + G49 = F49 and F49=I49 then True If it doesn't False I want
both parts to be used.

If I was only doing the first part of the formula, before the AND, I can get
as far as the following =IF(H49+G49=F49,"True","False") it is the 2nd part I
am stuck on, how do I show the AND F49=I49

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default New To Formulas - Help please

Thank you Brad.
Kirstikate

"Brad" wrote:

=if(and(H49+G49=F49,F49=I49),"true","false")
--
Wag more, bark less


"kirstikate" wrote:

This is probably very easy, but im having trouble - I want to find a formula
that does the following

IF H49 + G49 = F49 and F49=I49 then True If it doesn't False I want
both parts to be used.

If I was only doing the first part of the formula, before the AND, I can get
as far as the following =IF(H49+G49=F49,"True","False") it is the 2nd part I
am stuck on, how do I show the AND F49=I49



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default New To Formulas - Help please

One more if you want boolean true/false (not text).

=AND(H49+G49=F49,F49=I49)



kirstikate wrote:

This is probably very easy, but im having trouble - I want to find a formula
that does the following

IF H49 + G49 = F49 and F49=I49 then True If it doesn't False I want
both parts to be used.

If I was only doing the first part of the formula, before the AND, I can get
as far as the following =IF(H49+G49=F49,"True","False") it is the 2nd part I
am stuck on, how do I show the AND F49=I49


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 846
Default New To Formulas - Help please

you're welcome
--
Wag more, bark less


"kirstikate" wrote:

Thank you Brad.
Kirstikate

"Brad" wrote:

=if(and(H49+G49=F49,F49=I49),"true","false")
--
Wag more, bark less


"kirstikate" wrote:

This is probably very easy, but im having trouble - I want to find a formula
that does the following

IF H49 + G49 = F49 and F49=I49 then True If it doesn't False I want
both parts to be used.

If I was only doing the first part of the formula, before the AND, I can get
as far as the following =IF(H49+G49=F49,"True","False") it is the 2nd part I
am stuck on, how do I show the AND F49=I49

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Array Formulas to Regular Formulas Domenick Excel Worksheet Functions 6 August 17th 15 09:16 PM
Convert Array Formulas to Regular Formulas minyeh Excel Worksheet Functions 0 March 21st 10 06:55 AM
Counting # of Formulas in a column with formulas and entered data Brand Excel Worksheet Functions 1 October 10th 09 01:01 PM
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 09:01 PM


All times are GMT +1. The time now is 01:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"