New User Plse Help -Simple Formula Help

markieLKZA

New Member
Joined
Feb 3, 2004
Messages
4
Hi guys/girls im fairly new to excel and am trying to make my business database more user friendly....my problem is this....
I have a worksheet that contains my business purchases for each month.
I have colums for day/date etc and Product and Cost........I have an array formula that returns the value of lets say Materials purchased for the given month.
As i make new purchases I need the formula to take into account each new row that is added,, is this possible??? an example of the formula is...=SUM(IF($C$774="Advertising",$F$774,0))

Once a month is completed the new month starts in the next row so the formula is then repeated to give the results for that month.....the results are used in a second worksheet which is the cashflow so they need to be kept seperate from the previous months .
I previousely just filtered the results by month and type then pasted them to the cashflow but that is now proving too time consuming....can you help????
Sorry this was so long!!!
Mark (y)
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
You seem to have an array formula without any array, just a single cell. That said it is possible to search for two matching criteria by using concatenation.

ie. {sum(if(a1&b1=c2:c50&d2:d50,e2:e50))} By using this you can get it to check for month and type.

Not sure if this answers your question, but hope it helps
 
Upvote 0

Forum statistics

Threads
1,214,386
Messages
6,119,217
Members
448,876
Latest member
Solitario

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