Hi Everyone,
I posted a thread over the weekend trying to create a sum from cell A7 when text is detected in A9 (my original question:
"I have a small table, in cell A7 I have a sum, in cell A9 I have either "Yes" or "No" displayed (from the question above), and what I need in cell A10 is a formula that displays the sum in cell A7 if cell A9 is "Yes" and displays "0" if cell A9 displays "No"."
I received an answer to that question (Thanks to VoG!!) and it worked great (Answer/formula from VoG
A9 ='Sheet2'!C7
A10 =IF(A9="Yes",A7,0)
Now I need to change it up a little...Cell A9 displays either a Yes, No, or 0. Now I need to treat a "0" like a "Yes" and in cell A10 display the sum from Cell A7 when Cell A9 is either a Yes or a 0 and display 0 when Cell A9 is a No.
Man I hope that makes sense!!!
Thank you all VERY much!
I posted a thread over the weekend trying to create a sum from cell A7 when text is detected in A9 (my original question:
"I have a small table, in cell A7 I have a sum, in cell A9 I have either "Yes" or "No" displayed (from the question above), and what I need in cell A10 is a formula that displays the sum in cell A7 if cell A9 is "Yes" and displays "0" if cell A9 displays "No"."
I received an answer to that question (Thanks to VoG!!) and it worked great (Answer/formula from VoG
A9 ='Sheet2'!C7
A10 =IF(A9="Yes",A7,0)
Now I need to change it up a little...Cell A9 displays either a Yes, No, or 0. Now I need to treat a "0" like a "Yes" and in cell A10 display the sum from Cell A7 when Cell A9 is either a Yes or a 0 and display 0 when Cell A9 is a No.
Man I hope that makes sense!!!
Thank you all VERY much!