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.
calc
add a comment |
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.
calc
anyone got any ideas?
– William Baumann
Nov 22 at 4:15
add a comment |
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.
calc
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
calc
asked Nov 22 at 2:53
William Baumann
11
11
anyone got any ideas?
– William Baumann
Nov 22 at 4:15
add a comment |
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
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
anyone got any ideas?
– William Baumann
Nov 22 at 4:15