Visually select your column
Enter into command mode & enter
:'<,'>!awk '{print; sum+=$1}; END {print "Total: "sum}'
Last updated 2 years ago