Excel-formulas.com is a nice place for beginners to start learning excel formulas. Video tutorials are also available which in a short time explains the basic concept and various scenarios that the formulas or excel feature can be used.
Wednesday, November 12, 2014
Thursday, October 16, 2014
Classify numbers in a Range
We can achieve this using If condition in cell F2:
=IF(E2>300,">300 days",IF(E2>200,">200 days",IF(E2>100,">100 days",IF(E2<=100,"100 days or less",""))))
You then simply have to drag the formula down to the very last row having data to get the Ticket age - Range for all the rows with data.
Check out the image below which displays the final result:
Subscribe to:
Posts (Atom)