Hi, guys
First, excuse me for my english. I hope you guys understand what I mean. I have the following data and conditions:
A1 = 7
B1 = 2
C1 = 9
(the answer would be 7)
A1 = 0
B1 = 5
C1 = 3
(the answer would be 5)
A1 = 0
B1 = 0
C1 = 4
(the answer would be 4)
A1 = 0
B1 = 0
C1 = 0
(the answer would be 0)
if A1 has value other than 0, I want A1 as the answer (regardless if in B1 or C1 have a value or not). If A1= 0, I want B1 as the answer. and if A1 and B1 = 0, I want C1 as the answer. But if A1, B1, and C1 = 0, I want 0 as the answer.
What is the formula for those condition?
Thanks
First, excuse me for my english. I hope you guys understand what I mean. I have the following data and conditions:
A1 = 7
B1 = 2
C1 = 9
(the answer would be 7)
A1 = 0
B1 = 5
C1 = 3
(the answer would be 5)
A1 = 0
B1 = 0
C1 = 4
(the answer would be 4)
A1 = 0
B1 = 0
C1 = 0
(the answer would be 0)
if A1 has value other than 0, I want A1 as the answer (regardless if in B1 or C1 have a value or not). If A1= 0, I want B1 as the answer. and if A1 and B1 = 0, I want C1 as the answer. But if A1, B1, and C1 = 0, I want 0 as the answer.
What is the formula for those condition?
Thanks
Last edited: