[Solved] IF(defined name; ; )
[Solved] IF(defined name; ; )
=IF(phase_ii?;C113;C21)
so in the sheet i bought - they have created a drop down index selection phase 1, phase 2,
the cell name phase_ii? has the following formula $u!1
=O4="2 Phases"
returns true or false based upon drop down selection
if true then c113
if false then c21
the selection box has 2 choices -
it then auto fills the top "Summary items
it works in excel but not in open office i need help getting this to work as intended
so in open office
if(phase_ii =true;c113;c21) is not working
the short hand?
thanks in advance
so in the sheet i bought - they have created a drop down index selection phase 1, phase 2,
the cell name phase_ii? has the following formula $u!1
=O4="2 Phases"
returns true or false based upon drop down selection
if true then c113
if false then c21
the selection box has 2 choices -
it then auto fills the top "Summary items
it works in excel but not in open office i need help getting this to work as intended
so in open office
if(phase_ii =true;c113;c21) is not working
the short hand?
thanks in advance
- Attachments
-
- cell name drop down.ods
- (24.48 KiB) Downloaded 395 times
Last edited by me231 on Thu Nov 18, 2021 7:11 pm, edited 1 time in total.
openOffice 4.0.0 on macOS
Re: if(cell name; ; )
I don't see any named cell ranges. Which cell should phase_ii? refer too. Also, I don't think a range name can contain a question mark.
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Re: if(cell name; ; )
apologies - i cut and pasted only portin of spreadshet - i have defines the cell as is in the original sheet
- Attachments
-
- cell name drop down.ods
- (26.03 KiB) Downloaded 374 times
openOffice 4.0.0 on macOS
Re: if(cell name; ; )
I used the menu Insert->Names->Define to make the name phase_ii refer to U1. I then replaced all of the mentions of phase_ii? with phase_ii using Find & Replace. There are no errors in the sheet now.
- Attachments
-
- cell_name_drop_fjcc.ods
- (18.67 KiB) Downloaded 347 times
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Re: if(cell name; ; )
thanks trying right now - i hate that it would be that easy - i will let you know - thank you again
openOffice 4.0.0 on macOS
Re: if(cell name; ; )
the cmdF or edit find and replace all is not working - brute force 1 at a time works - thank you
openOffice 4.0.0 on macOS
Re: if(cell name; ; )
myedit find replace all - does not find ?
so i am not able to remove this character
OOA 4.1.3
so i am not able to remove this character
OOA 4.1.3
openOffice 4.0.0 on macOS
Re: if(cell name; ; )
How are you searching? Do you have regular expressions turned off? I searched for phase_ii? and replaced with phase_ii.
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Re: if(cell name; ; )
me231,
Did you used the Enter key in the cell reference box when you named the cell U1?
(There is not any named cell in your attachments. You can check it by the Navigator.)
Did you used the Enter key in the cell reference box when you named the cell U1?
(There is not any named cell in your attachments. You can check it by the Navigator.)
Tibor Kovacs, Hungary; LO7.5.8/25.8.5.2 /Win7-10-11 x64Prof.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
Re: IF(cell name; ; )
did you check the second file - i forgot in the first -
i tested cmf f with cells of text - as a test - nonsense 4x then cmd f re[place all and viola success
but if i insert a "?" in the cell - it does not find the text and then at the the end of the text as in the ex. phase_ii?, replace phase with "cbcbc" for example all is "phase" is replaced but not the "?"
weird right?
i tested cmf f with cells of text - as a test - nonsense 4x then cmd f re[place all and viola success
but if i insert a "?" in the cell - it does not find the text and then at the the end of the text as in the ex. phase_ii?, replace phase with "cbcbc" for example all is "phase" is replaced but not the "?"
weird right?
openOffice 4.0.0 on macOS
Re: IF(cell name; ; )
regular expressions enabled in system preferences - so thats not it - thanks
openOffice 4.0.0 on macOS
Re: IF(cell name; ; )
Regular Expressions must be enabled in Find and Replace, More Options.
Apache OpenOffice 4.1.16 on Xubuntu 24.04.4 LTS
Re: IF(cell name; ; )
they are - i unchecked then recheck or ticked box still no cmd f for "?" - but thanks again for not giving up on this topic
openOffice 4.0.0 on macOS
Re: IF(cell name; ; )
There is not any NAMED CELL (nor NAMED CELL RANGE) in your second attachment.did you check the second file - i forgot in the first -
Tibor Kovacs, Hungary; LO7.5.8/25.8.5.2 /Win7-10-11 x64Prof.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
Re: IF(cell name; ; )
this is it rigfht - named cell - U1
?
did i do it incorrectly
?
did i do it incorrectly
- Attachments
-
- Screen Shot 2021-11-18 at 8.15.19 AM.png (57.72 KiB) Viewed 10856 times
openOffice 4.0.0 on macOS
Re: IF(cell name; ; )
Please use 64 color depth PNG images with a larger resolution. Its size will be smaller than 128 KiB (what value is the limit in this forum), and the image will not be such blurry...
Last edited by Zizi64 on Thu Nov 18, 2021 4:46 pm, edited 1 time in total.
Tibor Kovacs, Hungary; LO7.5.8/25.8.5.2 /Win7-10-11 x64Prof.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
Re: IF(cell name; ; )
To search for a question mark, regular expressions should be turned off.
The file I posted earlier includes the named range. You should duplicate what you see in that file.
The file I posted earlier includes the named range. You should duplicate what you see in that file.
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Re: IF(cell name; ; )
off topic - i know how to adjust color on display olr rgb etc and am able to create profiles but i confess i don't know how to select or make 64 color for screenshot?Zizi64 wrote:Please use 64 color depth PNG images with a larger resolution. Its size will be smaller than 128 KiB (what value is the limit in this forum), and the image will not be such blurry...
openOffice 4.0.0 on macOS
Re: IF(cell name; ; )
i opened your fjcc file and i was able to verify that my file and named cells look like they are equal -FJCC wrote:To search for a question mark, regular expressions should be turned off.
The file I posted earlier includes the named range. You should duplicate what you see in that file.
i opened the native file and the operation - with expression off and on - only adds "?" to the cells it finds and after the "replace all" operation . i have added the full file i bought xlsx - maybe it is just he gnome. on my machine
note interestingly - i copied the named cell phase_II? to use to replace the now .ods " phase_ii? " that occurs when i open file with OO. in excel the sheet works fine
i hesitate to load the native excel file bc i paid for it - so i trust others will not steal? i do not know the policy on this sharing - to be clear i did not create the file i am sharing rather purchased
well i can't share native it is 275kb - need to trim in half - will try again
- Attachments
-
- Resi-Land-Dev-BOE-v2.0 trimmed.ods
- (65.75 KiB) Downloaded 343 times
openOffice 4.0.0 on macOS
Re: IF(cell name; ; )
I am using a free third party image manager software named IrfanView. I just paste the result of the Windows PrtScr or Alt-PrtScr into the IrfanView, and then I modify the Color depth to a custom value (64 color). Finally I save the image into the lossless compression type PNG format. Here is a sample, and its size is only 106 KiB.how to select or make 64 color for screenshot?
Last edited by Zizi64 on Thu Nov 18, 2021 5:51 pm, edited 1 time in total.
Tibor Kovacs, Hungary; LO7.5.8/25.8.5.2 /Win7-10-11 x64Prof.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
Re: IF(cell name; ; )
I downloaded the Resi_Land file you uploaded. I added a named range called Phase_II that points to U1. I then did a Find and Replace with phase_ii? in the Search For box, Phase_II in the Replace with box, Match Case not selected, and, under More Options, Regular Expressions turned off and the Search In box set to Formulas. The cells that had been showing Err 508 or Err 509 now show numbers.
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Re: IF(cell name; ; )
i don't get it at all -= has to be my machine
do i need to delete the phase_II? nameed cell
just not working - argh!!
do i need to delete the phase_II? nameed cell
just not working - argh!!
openOffice 4.0.0 on macOS
Re: IF(cell name; ; )
ok - major senior moment - change regular expressions in cmdF
more options". i had been searching and changing the wronf parameter... thank you so much it all works now... phew!!!! i greatly appreciate the schooling this morning - issue solved -
now one further lesson - why in the conversion from xlsx to ods - does this type of thing happen in formulas all the time or lots - the use of ; vs , in formulas for example -
more options". i had been searching and changing the wronf parameter... thank you so much it all works now... phew!!!! i greatly appreciate the schooling this morning - issue solved -
now one further lesson - why in the conversion from xlsx to ods - does this type of thing happen in formulas all the time or lots - the use of ; vs , in formulas for example -
openOffice 4.0.0 on macOS
Re: IF(cell name; ; )
You can not use the F&R function for managing the names of the named cells and cell ranges. There is a specific function for manage the properties of the named cell.
Tibor Kovacs, Hungary; LO7.5.8/25.8.5.2 /Win7-10-11 x64Prof.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.