With DocHub, you can quickly conceal comma in HWP from any place. Enjoy capabilities like drag and drop fields, editable textual content, images, and comments. You can collect electronic signatures securely, include an extra layer of protection with an Encrypted Folder, and work together with teammates in real-time through your DocHub account. Make adjustments to your HWP files online without downloading, scanning, printing or sending anything.
You can find your edited record in the Documents folder of your account. Edit, submit, print, or convert your file into a reusable template. With so many advanced tools, it’s simple to enjoy effortless document editing and management with DocHub.
couple of minutes ago someone came to my desk and asked me how do you add all these numbers here that is actually separated by a comma this is how you do it first youamp;#39;re gonna have to split this cell value into an array youamp;#39;re going to use a function called text split and then the first argument on the text plate will be the cell where the numbers are comma and the second argument is your delimiter which is your comma itself and this will create an array of numeric value which is in string to convert them youamp;#39;re going to have to use a Double Dash which is also known as a double unary operator which basically converts the string of numbers into actual numbers where you can do math once thatamp;#39;s done you use the good old sum function and then you are done for that row so after that to apply to all the row just drag on this Handler and then you are done