Jump to content
UBot Underground

Add(math) a Complete Column (+)


Recommended Posts

Hello everyone, 

 

I'm losing my mind on this, but how do you add a complete column together? $List from Column command would be a work around, but I want it to be a very simple task. Are you able to add a column in a table and get the total? 

Example: 
Column2      Column 2
   1.                      2
   2.                      2
   3.                      3
   4.                      9



Column 2 total: 16

Regards, 
HaHaItsJake

Link to post
Share on other sites

Set position 0

Set total 0

Loop

Table total rows

Set total eval total + table cell row pos column 0

Increment position

Fantastic Thank you. It worked perfect and will be needing this code to add more for the table. :) Much Appreciated 

 

Regards,

HaHaItsJake

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...