Hello,
I am trying to autopopulate % complete based off of other cells YES/NO entries in the sheet.
I have 5 criteria to determine if we get to 100% Completion or not:
Columns:
Paperwork Received - YES (add 20%) NO (add 0%)
Samples Received - - YES (add 20%) NO (add 0%)
HPCL Received - YES (add 20%) NO (add 0%)
Hold (Yes/No) - - YES (change to 0%) NO (add nothing )
Micros - YES (add 20%) NO (add 0%)
Discrepancies - YES (add 20%) NO (add 0%)
Autopopulating:
% Complete Column
I was trying to use IF statements to combine them but it wasnt working.