The world is visual and there are times that financial data needs to be presented in a visual form. Excel is capable of keeping up and making your life easier to display your data for management.
Forcing Excel to Recalculate
Occasionally your computer might run out of RAM, or Excel could just get bogged down because you have too much open and things just start to not calculate properly. Sometimes everything is working...
ModelOff 2012
I cracked under pressure on the 15th green and it cost me the green jacket.
Round 2 of ModelOff 2012 didn’t go well for me. I did exceptionally well in Round One. I found out confidentially...
SQL Previous Business Day Function
This is a simple function for MS SQL that can make reporting so much easier by finding the previous business day.
Setup the function:
CREATE FUNCTION [dbo].[fn_prevbusday](@date DATETIME)
RETURNSDATETIMEAS
BEGIN
DECLARE...
Tell Excel To Leave My HSA Alone!
With Excel trying to think for me, it would like to help me out and turn my HSA abbreviation into "has". This is quite annoying when you really do not want to put H.S.A. on your spreadsheet.
SQL Linked Server Syntax
Select, Insert, Update and Delete T-SQL for Linked Server in MS SQL