CALCULATING A VALUE

C

Chris

I am in a training environment. One qualification is 90% of the framework. I
am devising a spreadsheet whereby all of the units are listed and I want each
unit to represent 10%. Is there anyway I can allow an entry into a cell of a
letter/symbol (not bothered which) that will show in a further box that 10%,
20%, 30% etc of the qualification has been achieved. I have looked in the
training exercises and can't find anything. Is what I want possible? I am
using Excel 03.
 
E

edvwvw via OfficeKB.com

This will check if a cell is blank - if not put an X. Change as required

=IF(NOT(ISBLANK(A1)),"X","")

edvwvw
 
Top