The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 How to multiply a column in different worksheet?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Mik95

Italy
11 Posts

Posted - 03/11/2021 :  1:04:46 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
OriginProm2018 (64bit) SR1
b9.5.1.195

Hi everyone!
I searched a lot for similar questions in this forum but didn't find anything.

I have 12 workbooks, each one with 25 worksheets. I should multiply the column (E) of each worksheet in each workbook by a constant *5.73. Is there any command to do this process at once?

Thanks!

YimingChen

1592 Posts

Posted - 03/11/2021 :  2:07:52 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Go to menu Window->Script Window, enter the script below, highlight all and hit Enter to run.

doc -e LB
{
    col(E) = col(E)*5.73;
}


Note: This operation will apply to all sheets in all workbooks and matrixbooks in the project.

James
Go to Top of Page

Mik95

Italy
11 Posts

Posted - 03/11/2021 :  4:34:37 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by YimingChen

Go to menu Window->Script Window, enter the script below, highlight all and hit Enter to run.

doc -e LB
{
    col(E) = col(E)*5.73;
}


Note: This operation will apply to all sheets in all workbooks and matrixbooks in the project.

James



Thank you James!
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000