| View previous topic :: View next topic |
| Author |
Message |
ChrisMaple Newbie

Joined: 02 Nov 2006 Posts: 2
|
Posted: Thu Nov 02, 2006 5:45 pm Post subject: Extend Range Syntax |
|
|
I'd like to be able to express
PRODUCT(1+A1/100;1+A2/100;1+A3/100;1+A4/100)
as
PRODUCT(1+A1/100:1+A4/100)
(notice change from semicolon to colon).
The purpose is twofold: simpler expression and automatic function change if a new row is inserted.
I think this would be a useful extention for future releases of oocalc.
Is there any way something similar to this can be accomplished now, without being more trouble than it's worth? |
|
| Back to top |
|
 |
RickRandom Super User

Joined: 27 Jan 2006 Posts: 1082 Location: UK
|
Posted: Fri Nov 03, 2006 12:17 am Post subject: |
|
|
I think you could try:
=PRODUCT(1+A1:A4/100)
but instead of pressing Enter, press Ctrl-Shift-Enter, and this enters it as an array function, and automatically adds the { and } around it.
I'm not sure if this is what you want, or if it actually works.
(My usual approach would be to add another column with 1+A1/100, fill donw, then get the product of the new column.) |
|
| Back to top |
|
 |
ChrisMaple Newbie

Joined: 02 Nov 2006 Posts: 2
|
Posted: Fri Nov 03, 2006 10:40 am Post subject: |
|
|
| Thanks, this works perfectly, and greatly enhances my understanding of how to do things in oocalc. |
|
| Back to top |
|
 |
|