davids4500
New Member
- Joined
- Jan 14, 2023
- Messages
- 44
- Office Version
- 365
- Platform
- Windows
I have a budget planner and in the spreadsheet in cell D17 I have this formula:- (=IF(MONTH(C3)=12,'Sales&ExpensesInfo'!M4,IF(MONTH(C3)=1,'Sales&ExpensesInfo'!B3,IF(MONTH(C3)=2,'Sales&ExpensesInfo'!C3,IF(MONTH(C3)=3,'Sales&ExpensesInfo'!D3,IF(MONTH(C3)=4,'Sales&ExpensesInfo'!E3,IF(MONTH(C3)=5,'Sales&ExpensesInfo'!F3,IF(MONTH(C3)=6,'Sales&ExpensesInfo'!G3,IF(MONTH(C3)=7,'Sales&ExpensesInfo'!H3,IF(MONTH(C3)=8,'Sales&ExpensesInfo'!I3,IF(MONTH(C3)=9,'Sales&ExpensesInfo'!J3,IF(MONTH(C3)=10,'Sales&ExpensesInfo'!K3,IF(MONTH(C3)=11,'Sales&ExpensesInfo'!L3))))))))))))))
The budget Planner has 12 parts to it, one for each month.
As everything is based on the current month which is always at the top and first, then the above formula makes sure that the corrct sales data in the correct place.
However, i need to be able to manually change the sales figures(without touching the formula) due to circumstances. This is by placing a proposed figure in E17. I used to use this formula in D17(=IF(AND(E17 = 0,'Sales&ExpensesInfo'!L4>1),'Sales&ExpensesInfo'!L4,IF(AND(E17 > 1,'Sales&ExpensesInfo'!L4>1),E17)), when I entered the sales figures indivdually each month.
I could enter a new sales target in E17 and this would alter the figure in D17.
How do i incorporate this formula or this process into the top formula (=IF(AND(E17 = 0,'Sales&ExpensesInfo'!L4>1),'Sales&ExpensesInfo'!L4,IF(AND(E17 > 1,'Sales&ExpensesInfo'!L4>1),E17))
Can anyone help please. I hope so.
Much appreciated
David
The budget Planner has 12 parts to it, one for each month.
As everything is based on the current month which is always at the top and first, then the above formula makes sure that the corrct sales data in the correct place.
However, i need to be able to manually change the sales figures(without touching the formula) due to circumstances. This is by placing a proposed figure in E17. I used to use this formula in D17(=IF(AND(E17 = 0,'Sales&ExpensesInfo'!L4>1),'Sales&ExpensesInfo'!L4,IF(AND(E17 > 1,'Sales&ExpensesInfo'!L4>1),E17)), when I entered the sales figures indivdually each month.
I could enter a new sales target in E17 and this would alter the figure in D17.
How do i incorporate this formula or this process into the top formula (=IF(AND(E17 = 0,'Sales&ExpensesInfo'!L4>1),'Sales&ExpensesInfo'!L4,IF(AND(E17 > 1,'Sales&ExpensesInfo'!L4>1),E17))
Can anyone help please. I hope so.
Much appreciated
David