I am wondering if anyone has any suggestions to assist me with my problem. Below is a sample of what my data looks like.
A B C D E F G H I J
62 Shop 456.20 NO YES NA NA NA Overtime
63 Check 8756.00 YES NA NA NA NA Sheet2 $B$5 data
64
65 Turn 485.00 PointInTime
66 Drive 41.25 NO NO YES NA NA Overtime
67 Return 697.10 NO NO NO YES NO PointInTime
Background: I am looking to have a series of 5 questions (column C, D, F, H & I) answered in sequential order with each available answer being dependent on the previous answer. I seem to have that working (via dependent dropdowns). I then want to use the answers to those 5 questions to populate Column J.
Here is the formula I have in Column J:
=IF(COUNTA(C62:I62)=0,"",IF(A62="","",IF((C62="Yes"),'IP Licensing'!$K$29,IF(OR(D62="YES",F62="YES"),"Overtime ",IF(AND(H62="YES",I62="YES"),"Overtime","PointInTime")))))
The problem I am having is If there is data in column A, it is populating Column J even though no questions have been answered (see row 65 above). What I really need is for Column J only to be populated when Column A has data in it AND the 5 question have been answered.
Can anyone help? Please & Thank You!
A B C D E F G H I J
62 Shop 456.20 NO YES NA NA NA Overtime
63 Check 8756.00 YES NA NA NA NA Sheet2 $B$5 data
64
65 Turn 485.00 PointInTime
66 Drive 41.25 NO NO YES NA NA Overtime
67 Return 697.10 NO NO NO YES NO PointInTime
Background: I am looking to have a series of 5 questions (column C, D, F, H & I) answered in sequential order with each available answer being dependent on the previous answer. I seem to have that working (via dependent dropdowns). I then want to use the answers to those 5 questions to populate Column J.
Here is the formula I have in Column J:
=IF(COUNTA(C62:I62)=0,"",IF(A62="","",IF((C62="Yes"),'IP Licensing'!$K$29,IF(OR(D62="YES",F62="YES"),"Overtime ",IF(AND(H62="YES",I62="YES"),"Overtime","PointInTime")))))
The problem I am having is If there is data in column A, it is populating Column J even though no questions have been answered (see row 65 above). What I really need is for Column J only to be populated when Column A has data in it AND the 5 question have been answered.
Can anyone help? Please & Thank You!