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
 All Forums
 Origin Forum
 Origin Forum
 2023bSR1: Column Formula to summarize data from wk

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
AKazak Posted - 11/21/2023 : 07:37:46 AM
OriginPro 2023b (64-bit) SR1 10.0.5.157
Windows 10 Pro for Workstations 10.0.19045.3570

Greetings!

I have many workbooks with multiple sheets in a folder

How can I design a column formula to collect the data from different worksheets using the following setting of the summary sheet:


To my current understanding Origin doesn't offer a data summary tool to do this type of summary (most probably I am wrong).

Thank you.

---
Andrey
10   L A T E S T    R E P L I E S    (Newest First)
ChaoC Posted - 11/28/2023 : 10:07:53 AM
quote:
Originally posted by AKazak


Can you share an URL to the help page describing book and sheet naming limitations, please?




Please see:
https://www.originlab.com/doc/Origin-Help/Naming-Conventions
https://www.originlab.com/doc/Origin-Help/Origin-Limitation

Best,
Chao
AKazak Posted - 11/28/2023 : 07:49:08 AM
quote:
Originally posted by YimingChen

Because your sheet name contains a minus sign, leading to misinterpretation. Please enclose the sheet name in double quotes. Try below:

=="["+A1$+"]"+char(34)$+B1$+char(34)$+"!"+C[Column]$+C[Row]$


James




Dear James,

It works like a charm now!
Very well done.

Can you share an URL to the help page describing book and sheet naming limitations, please?

---
Andrey
YimingChen Posted - 11/27/2023 : 08:54:56 AM
Because your sheet name contains a minus sign, leading to misinterpretation. Please enclose the sheet name in double quotes. Try below:

=="["+A1$+"]"+char(34)$+B1$+char(34)$+"!"+C[Column]$+C[Row]$


James

quote:
Originally posted by AKazak

Dear James,

Have you managed to reproduce the odd behavior?

Thank you.

---
Andrey

AKazak Posted - 11/27/2023 : 07:43:26 AM
Dear James,

Have you managed to reproduce the odd behavior?

Thank you.

---
Andrey
AKazak Posted - 11/23/2023 : 05:43:46 AM
quote:
Originally posted by YimingChen

Could you check the attached project file? Probably because you have used "Y" as the column name.

https://my.originlab.com/ftp/forum_and_kbase/Images/Cell%20Range%20Notation.opju

James



Dear James,

Please see the attached sample project saved using OriginPro 2024 (64-bit) 10.1.0.170:
https://my.originlab.com/ftp/forum_and_kbase/Images/2023-11-23.opju

What is the current issue with the formula?

---
Andrey
YimingChen Posted - 11/22/2023 : 2:32:33 PM
Could you check the attached project file? Probably because you have used "Y" as the column name.

https://my.originlab.com/ftp/forum_and_kbase/Images/Cell%20Range%20Notation.opju

James
AKazak Posted - 11/22/2023 : 07:11:53 AM
quote:
Originally posted by YimingChen

You may enter a cell formula like below in cell C1, then drag to autofill the cells below.
=="["+A1$+"]"+B1$+"!"+C[Column]$+C[Row]$


See the reference page:
https://www.originlab.com/doc/Origin-Help/Using-Formulae-to-Set-Cell-Values#Extending_Sheet_Part

Yiming



Dear Yiming,

This formula return "--" in my case.

---
Andrey
AKazak Posted - 11/21/2023 : 10:43:20 AM
Dear James and Yiming,

Thank you very much for sharing this information.
This exactly what I was asking.

---
Andrey
YimingChen Posted - 11/21/2023 : 09:11:55 AM
You may enter a cell formula like below in cell C1, then drag to autofill the cells below.
=="["+A1$+"]"+B1$+"!"+C[Column]$+C[Row]$


See the reference page:
https://www.originlab.com/doc/Origin-Help/Using-Formulae-to-Set-Cell-Values#Extending_Sheet_Part

Yiming
YimingChen Posted - 11/21/2023 : 08:47:23 AM
You can define a Labtalk function with the first argument as the book name and the second argument as the sheet name. The function should return a summary of the sheet.
https://www.originlab.com/doc/en/LabTalk/guide/Functions#User-Defined_Functions

James

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000