View Single Post
  #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