I have a situation where I need to sum the values in column B where the values in column A match... but only when column C has a "Y" in it, and display them in column D.
Example:
|A|25|N|
|B|80|N|
|C|15|Y|15|
|A|30|N|
|A|10|Y|65|
|B|50|N|
|D|45|N|
A function or combination of functions would be best, but a VB script would work as well. Note that I have never used VB in excel before, so I'm rather green in that respect.
Please let me know if the example is not clear and I will try and explain myself better.
Example:
|A|25|N|
|B|80|N|
|C|15|Y|15|
|A|30|N|
|A|10|Y|65|
|B|50|N|
|D|45|N|
A function or combination of functions would be best, but a VB script would work as well. Note that I have never used VB in excel before, so I'm rather green in that respect.
Please let me know if the example is not clear and I will try and explain myself better.