I'm not an excel expert but I am a fast learner and do enjoy excel
But I'm struggling with this:
I8 has this formula =-(BUDGET!C54) which is the beginning budget amount
I9 has this formula =SUM(I12:I50) which is total of the expenses entered
I10 has this formula =I8-I9 which is the difference between budget and expenses
I want to create a message/warning in for cells I12 through I50 that will warn the user if they are over budget. For example, if they have a balance of $100 in the budget but enter an expense for $105 I want it to alert them of this.
I have tried to validate the cell by allowing data to be entered that is LESS than or EQUAL to the budget amount (I8) but that doesn't work....
I'm not sure if I'm explaining myself very well...I hope so! Any help is GREATLY appreciated!
But I'm struggling with this:
I8 has this formula =-(BUDGET!C54) which is the beginning budget amount
I9 has this formula =SUM(I12:I50) which is total of the expenses entered
I10 has this formula =I8-I9 which is the difference between budget and expenses
I want to create a message/warning in for cells I12 through I50 that will warn the user if they are over budget. For example, if they have a balance of $100 in the budget but enter an expense for $105 I want it to alert them of this.
I have tried to validate the cell by allowing data to be entered that is LESS than or EQUAL to the budget amount (I8) but that doesn't work....
I'm not sure if I'm explaining myself very well...I hope so! Any help is GREATLY appreciated!