Microsoft Excel Formulas for your daily spreadsheet needs. This will help you get along on your day to day Microsoft Excel formulas and will Introduce you to Microsoft Excel programming.
Friday, November 5, 2010
Thursday, November 4, 2010
Wednesday, November 3, 2010
Excel Logical Function Overview
One of the most powerful function you should master in Excel is the logical functions. Just this group of functions can already take you a long way in developing your own excel template or program.
Here is the summary and we will go to it one by one.
On the next post you will learn about the "AND" function.
Here is the summary and we will go to it one by one.
On the next post you will learn about the "AND" function.
Tuesday, November 2, 2010
I'm back for good! What is IsError Function?
Did not realize it will took sometime to get me going on this blog but I'm back now and will stay for good!
On the previous post some time ago...you've learned about Vlookup function, Iserror function is here to give you a more appropriate result, because if vlookup didn't find any value it will show an error value (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME? or #NULL) to solve this you will have to replace it with zero or a text ("not found", "unpaid").
Returning to previous post about Vlookup, this will be the final cell formula: Add IF function before the Iserror function:
=IF(ISERROR(VLOOKUP(Invoice_number,[range]Invoice_number-amount_paid,2,FALSE)),"not yet paid",(VLOOKUP(Invoice_number,[range]Invoice_number-amount_paid,2,FALSE)))
On the previous post some time ago...you've learned about Vlookup function, Iserror function is here to give you a more appropriate result, because if vlookup didn't find any value it will show an error value (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME? or #NULL) to solve this you will have to replace it with zero or a text ("not found", "unpaid").
Returning to previous post about Vlookup, this will be the final cell formula: Add IF function before the Iserror function:
=IF(ISERROR(VLOOKUP(Invoice_number,[range]Invoice_number-amount_paid,2,FALSE)),"not yet paid",(VLOOKUP(Invoice_number,[range]Invoice_number-amount_paid,2,FALSE)))
Subscribe to:
Posts (Atom)