• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

value based on another table

I have two tables. A single herb and Formula table. I want Column B15 to have a running total of how many times 'Bai He' is entered in column B. The same for column D.

Thanks
 

Attachments

  • Column.xlsx
    50.6 KB · Views: 3
Try,

1] B15, copied down :

=SUMIF(Table1[Herb],[@[Single Herbs]],Table1[SHL])

2] C15, copied down :

=SUMIF(Table1[Herb],[@[Single Herbs]],Table1[JGYL])

Regards
Bosco
 

Attachments

  • SUMIF(1).xlsx
    11.7 KB · Views: 4
Back
Top