Forum Discussion

CamReid's avatar
CamReid
Copper Contributor
Jun 19, 2023
Solved

Help Please! VLOOKUPIF?

I hope the use for this specific formula is clear. What I'm trying to do is add together the total value of clients based solely on UpCart (See Image Attached)   =(VLOOKUPIF(R5:R27,TRUE,(MIN(VLOOKU...
  • OliverScheurich's avatar
    Jun 19, 2023

    CamReid 

    =IF(R4="x",VLOOKUP(K4,$X$17:$Y$25,2,TRUE),"")

    I'd add a helper column for the results of the VLOOKUP and then sum the results.

    =SUM(S4:S26)

    This is the formula in cell S28.

     

    If there were checkboxes in my sheet in column R the formula would be:

    =IF(R4=TRUE,VLOOKUP(K4,$X$17:$Y$25,2,TRUE),"")

     

Resources