Hello,
I have an production tracking dashboard, In that dashboard,
When i entered C1 in A1 cell automatically B1 will reflect 5
if C2 in A1 cell, B1 get 6
if C3 in A1 cell, B1 get 8
if C4 in A1 cell, B1 get 10.
I am using below mentioned formula but can't get the output in B1 cell.
=IF(AND(A1="C4"),"10",IF(AND(A1="C3"),"8",IF(AND(A1="C2"),"6",IF(AND(AH="C1"),"5",IF(AND(AH="")," "))))).
Kindly clarify this concern.
Regards,
Sampath.S
I have an production tracking dashboard, In that dashboard,
When i entered C1 in A1 cell automatically B1 will reflect 5
if C2 in A1 cell, B1 get 6
if C3 in A1 cell, B1 get 8
if C4 in A1 cell, B1 get 10.
I am using below mentioned formula but can't get the output in B1 cell.
=IF(AND(A1="C4"),"10",IF(AND(A1="C3"),"8",IF(AND(A1="C2"),"6",IF(AND(AH="C1"),"5",IF(AND(AH="")," "))))).
Kindly clarify this concern.
Regards,
Sampath.S