New To Formulas - Help please

K

kirstikate

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
 
D

Dave Peterson

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Formula evaluation 2
How to omit certain cells in formula 8
Help w/ simple calculator formula 5
how to create a formula 4
IF OR Excel Formula Issue 1
IF formula 1
IF formula error 1
Excel Formula Help 1

Top