Forum Discussion

anna3155's avatar
anna3155
Copper Contributor
Apr 21, 2022
Solved

Sum of multiple rows using VLOOKUP

We are trying to use VLOOKUP in order to retrieve the multiple values. We have a value that we are looking for and we want to have the sum from all the cells that this value is related to. For exampl...
  • HansVogelaar's avatar
    HansVogelaar
    Apr 21, 2022

    anna3155 

    You can use something like

     

    =SUMIFS(range_with_numbers, range_with_colors, "Green", other_range, "<>Apple")

     

    if you only want to sum numbers where the color is green and another column does not contain Apple.

Resources