Kevin has attended:
Excel Intermediate course
Excel Intermediate course
Excel Advanced course
IF Function
I am linking an HR spreadsheet to a 3 year Financial P & L forecast which contains the line salaries.
I have been asked to reduce all the basic salaries by 10% for each employee.
How do I do this automatically?
RE: IF Function
Hello Kevin
Thank you for your question and welcome to the forum.
To reduce a value by 10%:
=value-value*10%
or
=value*0.9
Kind regards
Amanda