check multiple cells and display the one that is true using openoffice calc











up vote
0
down vote

favorite












I am sure this is super simple but i can't figure out how to do it without getting an error. I have 4 cells, L26, L27,L28, and my result in L29. depending on data in the sheet L26 will display 0 or 500, L27 0 or 1000, and l28 0 or 2000. In cell L29 I need it to display the highest result.



So for example if L26 says 500, but L27 and L28 both have 0's I want L29 to display 500.



If L26 is 500, and L27 is 1000, i need L29 to display 1000.



If L26 is 500 and L27 is 1000, and L28 is 2000, i need L29 to display 2000.



It seems a simple nested If statement should work but i always get an error.



Any Help would be great.










share|improve this question






















  • anyone got any ideas?
    – William Baumann
    Nov 22 at 4:15















up vote
0
down vote

favorite












I am sure this is super simple but i can't figure out how to do it without getting an error. I have 4 cells, L26, L27,L28, and my result in L29. depending on data in the sheet L26 will display 0 or 500, L27 0 or 1000, and l28 0 or 2000. In cell L29 I need it to display the highest result.



So for example if L26 says 500, but L27 and L28 both have 0's I want L29 to display 500.



If L26 is 500, and L27 is 1000, i need L29 to display 1000.



If L26 is 500 and L27 is 1000, and L28 is 2000, i need L29 to display 2000.



It seems a simple nested If statement should work but i always get an error.



Any Help would be great.










share|improve this question






















  • anyone got any ideas?
    – William Baumann
    Nov 22 at 4:15













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am sure this is super simple but i can't figure out how to do it without getting an error. I have 4 cells, L26, L27,L28, and my result in L29. depending on data in the sheet L26 will display 0 or 500, L27 0 or 1000, and l28 0 or 2000. In cell L29 I need it to display the highest result.



So for example if L26 says 500, but L27 and L28 both have 0's I want L29 to display 500.



If L26 is 500, and L27 is 1000, i need L29 to display 1000.



If L26 is 500 and L27 is 1000, and L28 is 2000, i need L29 to display 2000.



It seems a simple nested If statement should work but i always get an error.



Any Help would be great.










share|improve this question













I am sure this is super simple but i can't figure out how to do it without getting an error. I have 4 cells, L26, L27,L28, and my result in L29. depending on data in the sheet L26 will display 0 or 500, L27 0 or 1000, and l28 0 or 2000. In cell L29 I need it to display the highest result.



So for example if L26 says 500, but L27 and L28 both have 0's I want L29 to display 500.



If L26 is 500, and L27 is 1000, i need L29 to display 1000.



If L26 is 500 and L27 is 1000, and L28 is 2000, i need L29 to display 2000.



It seems a simple nested If statement should work but i always get an error.



Any Help would be great.







calc






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 22 at 2:53









William Baumann

11




11












  • anyone got any ideas?
    – William Baumann
    Nov 22 at 4:15


















  • anyone got any ideas?
    – William Baumann
    Nov 22 at 4:15
















anyone got any ideas?
– William Baumann
Nov 22 at 4:15




anyone got any ideas?
– William Baumann
Nov 22 at 4:15

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53423224%2fcheck-multiple-cells-and-display-the-one-that-is-true-using-openoffice-calc%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53423224%2fcheck-multiple-cells-and-display-the-one-that-is-true-using-openoffice-calc%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Trompette piccolo

Slow SSRS Report in dynamic grouping and multiple parameters

Simon Yates (cyclisme)