Okay- It has been a while since I have used any IF statements in Excel and I've never successfully gotten a nested IF statement to work.
So here it goes- I have column C that contains a dollar amount, column D that contains a name and column I that contains either an X or is null. What I need to do is say if column I contains an X AND column D contains a certain name ex: Michelle then add the take those rows in column C and add them together.
Here is what I have tried:
=SUM(IF((I2:I35="X"
+(D2
35="Michelle"
C2:c35)
I know I am missing some parenthases (sp?) and probably some other technical stuff, but I am really kind of desperate and have been banging my head on my desk trying to figure this out!!!! Please help!!!!
Thanks so much!!!
Lissa
So here it goes- I have column C that contains a dollar amount, column D that contains a name and column I that contains either an X or is null. What I need to do is say if column I contains an X AND column D contains a certain name ex: Michelle then add the take those rows in column C and add them together.
Here is what I have tried:
=SUM(IF((I2:I35="X"
I know I am missing some parenthases (sp?) and probably some other technical stuff, but I am really kind of desperate and have been banging my head on my desk trying to figure this out!!!! Please help!!!!
Thanks so much!!!
Lissa