Forum Discussion
NickProp28
4 years agoPost Partisan
Need help on function VLOOKUP
Dear Community, I would like to create a new column to sum up the total weight from another table. But I dont want the total value are copying to every single row in my new table. I just want to ...
- 4 years ago
is this what you want? pls see the attachment below
NickProp28
4 years agoPost Partisan
Dear Greg_Deckler ,
Any one of the row will be fine.
If not doing that, at the end if I sum up the value for example C002, I will get 400 instead of 200.
Greg_Deckler
4 years agoCommunity Champion
NickProp28 That's not going to work. This is code. Code is not "hey pick a row, any row", there have to be rules so that the calculation knows when to return a number and when to return blank.
- NickProp284 years agoPost Partisan
Dear Greg_Deckler ,
How about I create another column to state the sequece number, so the calculation can return to first of the ID?
- Greg_Deckler4 years agoCommunity Champion
NickProp28 Bingo!
- NickProp284 years agoPost Partisan
Dear Greg_Deckler ,
Any hits on code could be provided? I lost on the SUM part and how does lookupvalue include the FILTER for num=1 in this case
Thank