Hi Excel community,
I have four (4) worksheets:
1.ACTUAL 2012
This sheet contain finalized number done by finance team
2.RESERVED AMOUNT
This sheet contain database that generate from system on daily basis and the data keep changes based on the current date. At the bottom, there is a grand total for every stuff listed on this database
3.REVENUE AMOUNT
This sheet also contain database that generate from system on daily basis and the data keep changes based on the current date. At the bottom, there is a grand total for every stuff listed on this database
4.ANALYSIS AUG 12
I want to use this sheet as analysis of the trend of the product selling thru customer
I want to know if there is any combined formula that I can apply to ANALYSIS AUG 12, so that it can refer to those three worksheet (ACTUAL 2012, RESERVED AMOUNT & REVENUE AMOUNT). For example:
On ANALYSIS AUG 12 (RESERVED AMOUNT) my cursor is on D4 and if there is actual figures on ACTUAL 2012, then it will refer to the figures but it there is NO actual figures then it will refer to RESERVED AMOUNT
Right now, I used equal sign (=) when I received ACTUAL figures from finance, but for the future date I used below formula:
IF(ISERROR(INDEX('[08 AUG OTB RM.xls]24Aug'!$AB$5:$AM$600,MATCH(Z$5,'[08 AUG OTB RM.xls]24Aug'!$AA$5:$AA$600,0),MATCH($A6,'[08 AUG OTB RM.xls]24Aug'!$AB$4:$AM$4,0))),"",INDEX('[08 AUG OTB RM.xls]24Aug'!$AB$5:$AM$600,MATCH(Z$5,'[08 AUG OTB RM.xls]24Aug'!$AA$5:$AA$600,0),MATCH($A6,'[08 AUG OTB RM.xls]24Aug'!$AB$4:$AM$4,0)))
Here is the link to the worksheets:
https://skydrive.live.com/?cid=759EAD333A18E1E5&id=759EAD333A18E1E5!111
I have four (4) worksheets:
1.ACTUAL 2012
This sheet contain finalized number done by finance team
2.RESERVED AMOUNT
This sheet contain database that generate from system on daily basis and the data keep changes based on the current date. At the bottom, there is a grand total for every stuff listed on this database
3.REVENUE AMOUNT
This sheet also contain database that generate from system on daily basis and the data keep changes based on the current date. At the bottom, there is a grand total for every stuff listed on this database
4.ANALYSIS AUG 12
I want to use this sheet as analysis of the trend of the product selling thru customer
I want to know if there is any combined formula that I can apply to ANALYSIS AUG 12, so that it can refer to those three worksheet (ACTUAL 2012, RESERVED AMOUNT & REVENUE AMOUNT). For example:
On ANALYSIS AUG 12 (RESERVED AMOUNT) my cursor is on D4 and if there is actual figures on ACTUAL 2012, then it will refer to the figures but it there is NO actual figures then it will refer to RESERVED AMOUNT
Right now, I used equal sign (=) when I received ACTUAL figures from finance, but for the future date I used below formula:
IF(ISERROR(INDEX('[08 AUG OTB RM.xls]24Aug'!$AB$5:$AM$600,MATCH(Z$5,'[08 AUG OTB RM.xls]24Aug'!$AA$5:$AA$600,0),MATCH($A6,'[08 AUG OTB RM.xls]24Aug'!$AB$4:$AM$4,0))),"",INDEX('[08 AUG OTB RM.xls]24Aug'!$AB$5:$AM$600,MATCH(Z$5,'[08 AUG OTB RM.xls]24Aug'!$AA$5:$AA$600,0),MATCH($A6,'[08 AUG OTB RM.xls]24Aug'!$AB$4:$AM$4,0)))
Here is the link to the worksheets:
https://skydrive.live.com/?cid=759EAD333A18E1E5&id=759EAD333A18E1E5!111