i want to automatic daily juornal or roznamcha different sheets

Shahzadfaisal143

New Member
Joined
Dec 6, 2009
Messages
6
i want to automatic daily juornal or roznamcha
gather current date data from different sheet to specifec sheet
i am trying with advance filtering pivot table consolodating but still not solved my probem
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
C:%5CDocuments%20and%20Settings%5CShahzad%5CDesktop%5Cuntitled
untitled.JPG
 
Upvote 0
****** http-equiv="Content-Type" content="text/html; charset=utf-8">****** name="ProgId" content="Word.Document">****** name="Generator" content="Microsoft Word 11">****** name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CShahzad%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><link rel="Edit-Time-Data" href="file:///C:%5CDOCUME%7E1%5CShahzad%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_editdata.mso"><!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1027"/> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1"/> </o:shapelayout></xml><![endif]--><!--[if gte vml 1]><v:rect id="_x0000_s1026" style='position:absolute; margin-left:145.5pt;margin-top:87.75pt;width:99pt;height:45pt;z-index:1'/><![endif]--><!--[if !vml]-->spose i have three sheet no1 expanse sheet no2 purchaser1 sheet no purchaser2 sheet in expanse sheet i enter daily expanse in purchaser sheets i enter there daiily transection after that i want to copy all 3 sheets current date entries to the 4 sheet <table style="width: 193px; height: 151px;" align="left" cellpadding="0" cellspacing="0"><tbody><tr><tr><td>
</td></tr></tr></tbody></table><!--[endif]-->
 
Upvote 0
In your Journal worksheet.
Data start a1


A B
12/12/2009
Purchase 1 1
Purchase 2 1
Expenses Acc 1

in B2, input =VLOOKUP(A1,'Purchase 1'!$A$1:$B$4,2,FALSE)
in B3 input =VLOOKUP(A1,'Purchase 2'!$A$1:$B$4,2,FALSE)
in B4 input=VLOOKUP(A1,'Expenses Acc'!A1:B4,2,FALSE)

When you change the date in A1 (journal worksheet), the input will change base on the date.

I assumed the data in other 3 worksheet which also start at A1 at follow:

12/12/2009 1
13/12/2009 2
14/12/2009 3
15/12/2009 4
 
Upvote 0
thanx brother with vlookup we should fix one row for one sheet second row for second row 3rd row for 3rd sheet it can be possible there is no entry for sheet 1 in specific date in this setuation row remain blank or may be 2 or three entries on the sheet 1 for a date but there is on journal sheet only one row for one sheet how we can manage it
 
Upvote 0
Replace b2 with this formula:
=IF(SUMIF(Purchase1!$A$1:$A$4,A1,Purchase1!$B$1:$B$4),SUMIF(Purchase1!$A$1:$A$4,A1,Purchase1!$B$1:$B$4),"")

B3
=IF(SUMIF(Purchase2!$A$1:$A$4,A1,Purchase2!$B$1:$B$4),SUMIF(Purchase2!$A$1:$A$4,A1,Purchase2!$B$1:$B$4),"")

B4
=IF(SUMIF('Expenses ACC'!A1:A4,A1,'Expenses ACC'!B1:B4),SUMIF('Expenses ACC'!A1:A4,A1,'Expenses ACC'!B1:B4),"")
 
Upvote 0

Forum statistics

Threads
1,214,588
Messages
6,120,409
Members
448,959
Latest member
camelliaCase

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top