T O P I C R E V I E W |
profmush |
Posted - 03/21/2011 : 6:34:58 PM Hi, I was wondering if anyone could help me with this. I would like to set column B to only show values from 4th row to 30th row from col(A) instead of the whole rows.
I tried doing this from setting column value, and type in the row number at the the top of the box. However, when I move to the next row, the numbers will disappear. Is there another way to set it? |
1 L A T E S T R E P L I E S (Newest First) |
Sam Fang |
Posted - 03/22/2011 : 06:04:51 AM I can't reproduce your problem "when I move to the next row, the numbers will disappear." in Origin8.5.
What's your Origin's version?
You can run LabTalk script in Command window. e.g. ------------------------------------------------ range rb=col(B)[4:30]; range ra=col(A)[4:30]; rb=ra; ------------------------------------------------
Sam OriginLab Technical Services |
|
|