SOLVED

Help with order form auto sum with VLookup?

Copper Contributor

Hi, 

 

I need help creating a formula which will add up how much each player owes based on their order as below.  Not sure if I have the right formula for a start?

 

 

willgarratt_0-1690919922471.png

 

2 Replies
best response confirmed by willgarratt (Copper Contributor)
Solution

@willgarratt 

=SUMIF(B2:M2,"<>"&"",$B$1:$M$1)

You can try SUMIF.

sumif.png
 

Awesome thank you!
1 best response

Accepted Solutions
best response confirmed by willgarratt (Copper Contributor)
Solution

@willgarratt 

=SUMIF(B2:M2,"<>"&"",$B$1:$M$1)

You can try SUMIF.

sumif.png
 

View solution in original post