Learn More About Spreadsheet If Functions Like Countif, Sumif Etc
Learn More About Spreadsheet If Functions Like Countif, Sumif Etc
This can be handy when you are working off the data that someone else has created. For example you may want to
capitalize if the contents are text, make it 5 characters if its a number and leave it as it is otherwise for certain cell
value. Type() does just that, it tells what type of data a cell is containing.
Example: Use TYPE("Chandoo") to get 2
See the various type return values in the diagram shown right.
14. Find out what is the date after 30 working days from today
?
Finding out a future date after 30 days from today is easy, just change the month. But what if you need to know the date thirty working days from now. Dont
use your fingers to do that counting, save them for typing a comment here and use the workday() excel funtion instead.
Example: Use WORKDAY(TODAY(),30) tells that Sep 24, 2008 is 30 working days away from today.
If you want to find out number of working days between 2 dates you can use networkdays() function, find out this and a 14 other fun things you can do with
excel.