[sc-issues] [Issue 102084] Parallel referencing in c onditional formatting

2009-05-20 Thread villeroy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102084
 Issue #|102084
 Summary|Parallel referencing in conditional formatting
   Component|Spreadsheet
 Version|OOo 3.0.1
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|spreadsheet
 Reported by|villeroy





--- Additional comments from ville...@openoffice.org Wed May 20 08:25:17 
+ 2009 ---
I don't know how it is called, but there is a mechanism which fetches the
parallel values from referenced vectors:
C1 =$A$1:$A$99 + $B$1:$B$99 
returns the same as $A1+$B1 automatically fetching the respective values from
the same row of the referenced vectors. 
This is how most named ranges use to work. =Price*Count automatically fetches
this row's values from the referenced vectors. 
The same uses to work horizontally as well fetching from same column of a
parallel horizontal vector.

This is not implemented for the conditional formatting.
May affect Excel compatibility.
Cell validation can do the trick.
Forum discussion:
http://user.services.openoffice.org/en/forum/viewtopic.php?f=20t=18662

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 102084] Parallel referencing in c onditional formatting

2009-05-20 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102084


User regina changed the following:

What|Old value |New value

  CC|''|'regina'





--- Additional comments from reg...@openoffice.org Wed May 20 12:46:03 
+ 2009 ---
I don't know, whether named ranges should work in cell value comparisons, but I
will give you two workarounds:
(1) Use labels instead of named ranges. Constraint would be, that you always
refer to a whole column or row.
(2) Do not use cell value but formula and write for example Price*CountD1
as comparison, where D1 will change with copypaste.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 102084] Parallel referencing in c onditional formatting

2009-05-20 Thread villeroy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102084





--- Additional comments from ville...@openoffice.org Wed May 20 13:33:42 
+ 2009 ---
Thank you for testing this and providing 2 valid work-arounds.
Yes, named references do work in cond. formatting as well as in cell validation.
Both features take formulas without leading = with quoted strings, unquoted
addresses, numbers and names. 
Commonly used example: cell_value  MAX(other_range)

Your work-around with the formula operator does work. 
'Labels' can do the trick using both methods, formula=('Price'*'Count')$D2 as
well as cell_value  'Price'*'Count'.

The user who initiated the forum thread stumbled upon the fact that the latter
approach fails with named references. cell_value  Price*Count fails whereas
formula = (Price*Count)$D2 works as expected, so there is a bug indeed. Without
having tried, I'd think that Excel would handle this as expected.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org