Forum Discussion
sam_nik12345
4 years agoHelper II
create new column multiplying values from other table
How can a create a new column by multiplying values from other column.
My tables look like below. How do I get reqd column? Kindly help.
| month | value | qty | reqd |
| jan | 2 | 1 | value * qty |
| feb | 3 | 2 | value * qty |
| mar | 5 | 3 | value * qty |
2 Replies
- amitchandakSuper User
- Jihwan_KimSuper Userreqd CC ='Table'[value] * 'Table'[qty]