Forum Discussion
hauwii
Aug 27, 2020Copper Contributor
Can I use VLOOKUP to find all instances of a number in column1 - and add all of in column3?
Hi. First time here, - just getting back into excel and I'm hoping I can achieve this without VBA! My file has two tables and I'm using VLOOKUP to propagate names from table1 'student number' col...
- Aug 27, 2020
Perhaps
=SUMIF(Table7[StudentNumber],[@StudentNumber],Table7[Length of Session])
if I understood your logic correctly
SergeiBaklan
Aug 27, 2020Diamond Contributor
Perhaps
=SUMIF(Table7[StudentNumber],[@StudentNumber],Table7[Length of Session])
if I understood your logic correctly
hauwii
Aug 27, 2020Copper Contributor
Fantastic. That worked a treat! Thanks so much 🙂
- SergeiBaklanAug 27, 2020Diamond Contributor
hauwii , you are welcome