A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

New To Formulas - Help please



 
 
Thread Tools Display Modes
  #1  
Old May 25th, 2010, 07:15 PM posted to microsoft.public.excel.newusers
kirstikate
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  
Old May 25th, 2010, 07:28 PM posted to microsoft.public.excel.newusers
John
external usenet poster
 
Posts: 563
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  
Old May 25th, 2010, 07:29 PM posted to microsoft.public.excel.newusers
Gord Dibben
external usenet poster
 
Posts: 20,252
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  
Old May 25th, 2010, 07:32 PM posted to microsoft.public.excel.newusers
Brad
external usenet poster
 
Posts: 943
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  
Old May 25th, 2010, 07:51 PM posted to microsoft.public.excel.newusers
kirstikate
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  
Old May 25th, 2010, 08:08 PM posted to microsoft.public.excel.newusers
Dave Peterson
external usenet poster
 
Posts: 19,791
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  
Old May 25th, 2010, 09:05 PM posted to microsoft.public.excel.newusers
Brad
external usenet poster
 
Posts: 943
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

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:03 PM.


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