I have the following formula:
if (sum ({@BV-Current}, {tblClients.ClientName})= 0) then "New"
else if sum ({@BV-Prior}, {tblClients.ClientName})= 0 then "Lost"
else if sum ({@BV-Current}, {tblClients.ClientName}) > sum ({@BV-Prior}, {tblClients.ClientName})
then...
I have a table with transactions over a range of time. I want the user to enter a date range, then have the report sum the data by employee, have 1 column for the date range entered, and 1 column for the date range minus 1 year. For example
Employee Amount Date
1 10...
I have a query where the user enters a begin date & end
date for criteria (1/1/03 - 3/31/03). Another column
sums data and return the sum for the date range entered.
How do I get another column summing the data for the same
date range (ie 1/1/02-3/31/02) for the prior year?
Basically a...
I am trying to coy multiple named ranges, each on a different worksheet to another worksheet. Here is what I have so far, which I am running into problems with. I am getting an error when I try to copy. Any help would be appreciated. Thanks.
Private Sub Workbook_Activate()...
We have a number of old Excel files which we would like to have as read only. I know we can change the properties and add passwords to edit the file, but those functions can be reversed fairly easily.
What else can we do it have them read only?
Thanks
I want to to add worksheets and copy certain data to the
new worksheet based on values in a column. For example:
Name Amount
Mike 1
John 1
Sally 2
John 2
John 2
Mike 5
So I would want to add a worksheet for each name, and copy
the appropriate data for that name.
A new worksheet...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.