Bug 55995 - The find don't work in formula
Summary: The find don't work in formula
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-15 09:26 UTC by Marius David
Modified: 2013-11-16 16:20 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Simple calc (7.93 KB, application/vnd.oasis.opendocument.spreadsheet)
2012-10-15 09:26 UTC, Marius David
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marius David 2012-10-15 09:26:08 UTC
Created attachment 68571 [details]
Simple calc

I make a calc document 

In the cel A1 I enter 2 
In the cel A2 I enter =A1+2
For cel the formula will be Ai = A[i-1] + 2 ( by dragind the formula from the right down corner of the A2 cel )

the calc doc will be like this:

  A
1 2   - 2 
2 4   - formula =A1 + 2
3 6   = formula =A2 + 2
4 8   = formula =A3+2
5 10  = formula =A4 +2
6 12  = formula =A5 + 2
7 14  = formula =A6 + 2
  
If I search ( ctrl+f ) for 6 i get the result A7 ( A6 + 2 ) not 6 , if I search for 10 ( in the A5 cel ) I get "search key not found"

It find the cel number but not the data that is inside the cel ( the calculated data ).

Thank's
Comment 1 Joel Madero 2012-10-19 17:00:05 UTC
This is not a bug. What you have to do is:

Ctrl + F

Then click on the magnifying glass/pencil icon in the find toolbar. This will bring up the find & replace dialog.

Click on "More Options"

Then you can change the search in option from Formulas to "Values" (or Notes). If you change to "Values" it will correctly find the value 6 and ignore the formula.


Marking as INVALID as it's not a bug.