Hello - and thanks for the help!
Here is what I have:
=IF(OR(AND(C6>C5,O5="L"), AND(C6>C5,O5="S")), E6-C5, "www")
This formula DOES return a value for the first condition, but will not return anything other than what appears (to me) to be the first condition, for what *should* be a return of the the second condition...
Just as a test, I asked it to return WWW (as in the above), simply to see if I could get the second condition to evaulate to anything - and it does nothing - I only get the return of the first condition.
In truth, what I need is to get the negative version of the first condition that currently IS evaulating and returning. Something like (which does not work, btw) this below:
=IF(OR(AND(C6>C5, O5="L"), AND(C6>C5, O5="S")) ,E6-C5, (E6-C5)*-1)
So, in other words: do everything as before, but if O5 is an "S", do the same math, but make it negative.
Anyway, I suspect (know...lol) there is something fundamental I am missing here -no doubt!
Thanks so much to you all for any help or pointers you can assist with. It is much appreciated!
Here is what I have:
=IF(OR(AND(C6>C5,O5="L"), AND(C6>C5,O5="S")), E6-C5, "www")
This formula DOES return a value for the first condition, but will not return anything other than what appears (to me) to be the first condition, for what *should* be a return of the the second condition...
Just as a test, I asked it to return WWW (as in the above), simply to see if I could get the second condition to evaulate to anything - and it does nothing - I only get the return of the first condition.
In truth, what I need is to get the negative version of the first condition that currently IS evaulating and returning. Something like (which does not work, btw) this below:
=IF(OR(AND(C6>C5, O5="L"), AND(C6>C5, O5="S")) ,E6-C5, (E6-C5)*-1)
So, in other words: do everything as before, but if O5 is an "S", do the same math, but make it negative.
Anyway, I suspect (know...lol) there is something fundamental I am missing here -no doubt!
Thanks so much to you all for any help or pointers you can assist with. It is much appreciated!
Last edited: