How To Sum Limited Time Only Offer

Dec 12, 2013

Basically I am trying to work out the impact of a limited time offer (say 6 months) which offers customers a discount on their phone bill for a period of time (say 12 months).

I'm getting stuck on the formula (if there is one!?) which takes into account the fact the build up and then roll off of customers - i.e. in month 14 the customers that signed up in the first 2 months will no longer benefit from the discount. I have attached a spreadsheet which hopefully illustrates this a bit better!

Marginal revenue.xlsx‎

View 5 Replies


ADVERTISEMENT

How To Get The (average Or Sum) In A Limited Period Of Time

Jan 22, 2009

This code help me in typing the date and time in any cell of column (B) automatically just in case I enter somthing in any adjacent cell of column (A)

View 6 Replies View Related

Changing Formatting On A Cell For A Limited Time

Feb 13, 2009

I'm not sure how this could be done though i'm pretty sure its going to require some VBA instead of conditional formatting. I would like cell B2 to have background colour red for 10 seconds after cell A1 is edited. So every time A1 is edited B2 will change colour for 10 seconds and then back to original formating.

View 4 Replies View Related

Time Limited To Open Exel File

Aug 1, 2007

I have one excel file which I plan to send to other person. But I need this file to be openable/valid by this person just 20 days after first opening of the file.

After 20 days this person will not be able to open the file any more.

View 9 Replies View Related

Macro - Copy And Paste Based Upon Cell Formatting For Limited Time

Jun 27, 2013

Here is what I am trying to do in lay terms:

If A2 and B2 on Sheet("Master") are not highlighted, copy and paste them into Cell A3 and B3 on Sheet("Job List - Numeric"). Do this up to Row 50 on Sheet("Job List - Numeric"). Once Row 50 is filled, jump to pasting to D3 and E3 on Sheet("Job List - Numeric") and continue up to Row 50 and so on....

I need to do this on one sheet in numerical order based upon Column A and another sheet in alphabetical order based upon Column B.

Here is what I have in code so far:

Sub Final()
Application.ScreenUpdating = False
Dim c As Integer
Dim x As Integer
For Row = 2 To 145
Range(ActiveCell, Cells(ActiveCell.Row, ActiveCell.Column + 1)).Select

[Code] .......

View 3 Replies View Related

Open Workbook / Copy / Close Without Offer To Save?

Mar 12, 2014

I've got a kind of "menu" sheet that will pull up various reports from Excel spreadsheets. Rather than having the user work with the live data, the menu opens the file and saves it as a copy, closing the original. This is working fine.

The tweak I want to add is, since the user is looking at a copy rather than the live data, I don't want them to save when closing. Is it possible to programatically add a bit of code to the new copy to handle this?

Here's a sample of one of the menu button's code:

Code:

Private Sub CommandButton18_Click()
Dim wb As Workbook
Set wb = Workbooks.Open(Filename:="J:Z PII OvensRack Repair TrackingRack Repair List.xlsx")
With wb.Worksheets("Sheet1")
.Unprotect Password:="pass"
ActiveWorkbook.Worksheets("Sheet1").Copy
End With

[Code].....

View 7 Replies View Related

If Function Limited To 7

Oct 1, 2007

I have this formula in a cell and it works....

View 2 Replies View Related

VBA Sort Limited To 3 Selections?

Nov 15, 2011

Any way to sort by more then 3 selections.

I want to sort by Date, Team, User, Item, then Sub iTEM.

View 9 Replies View Related

Memory Usage Limited To 1 Gig

Jun 24, 2006

I was reading in the sticky post about the new version of Excel that is due out this year. One of the improvements listed was the increase of usable memory by Excel from 1gig to the amount of Windows memory. In reading this, am I to understand that increasing a machine's physical memory above 1gig is useless for Excel in the current version? My specific issue is I have a very involved worksheet that takes about 2.5 minutes to calculate and this will increase as more data is added, it is heavy formula laden. I was going to increase memory from 2gig to 4gig to assist in reducing the calculation time.

View 3 Replies View Related

Protection For Limited Field In Doc

Sep 20, 2006

I need to attach some of my docs (either excel sheet or word sheet) to my client via email. Supposedly the excel or word sheet is to be fillled by them (certain field) but at the same time i need to protect amendment on some fields. for Example.

user can fill wording within the underline colume but they cannot change my "Diagnosis" word to something else.

View 3 Replies View Related

Workbook With Limited Rows And Columns

Oct 30, 2008

i've seen workbooks in the past that have a limited number of rows and colums but im not sure how to set that up in excel.

View 2 Replies View Related

Limited Number Of Characters In Cell?

Jun 14, 2013

I am looking too limit a cell too only contain 5 or 7 characters.

I can limit too one length, i.e. just 7, using the data validation function.

View 3 Replies View Related

Protecting Sheet With Limited Access

Sep 26, 2013

I need to protect a sheet with following access to users.

1. data can be entered in column a only... rest is automatically updated with formulas

2. users can insert/ hide rows. but can not delete any rows and can not hide/ insert/ delete columns

View 4 Replies View Related

Ifs , Vlookups ... Limited... Match / Index

Nov 11, 2009

I've started looking at a piece of work for ordering and bringing back matching data...

I just know i'm going to run out of If's only too soon...

Ive seen basic index and match formula, and use them now and again, but... do you "stack" them in the same way ... and would they assist with the limiting If's ?

I fear i will have around 20 "SPSA" type references ... and will need to look at diff columns depending on which is relevant... be very grateful for your guidance on the best way to approach this.. as i always end up with a messy workaround.. Thanks Chuf

=IF(LEFT($H10,4)="SPSA",VLOOKUP(J10,LookupLists!$L:$N,3,FALSE),IF(LEFT($H10,4)="SPSB",VLOOKUP(J10,LookupLists!$P:$R,3,FALSE),VLOOKUP(J10,LookupLists!$D:$E,2,FALSE)))

View 9 Replies View Related

Macro To Merge Csv To One Master But Limited

Dec 11, 2009

I am in need of a macro to merge approx 30 csv files, kept in same directory. Csv files are identical format, have one populated worksheet, 6 columns, no headers. However, number of rows will vary. I would like to merge them to a separate excel workbook, with data stacked to one master sheet. Is it also possible to only bring over rows that have than 0 in column E. I have the following macro to merge however, it merges .xls files and it brings over all rows.


Dim ToBook As String
Dim ToSheet As Worksheet
Dim NumColumns As Integer
Dim ToRow As Long
Dim FromBook As String
Dim FromSheet As Worksheet
Dim FromRow As Long
Dim LastRow As Long........

View 9 Replies View Related

Limited To 5 Dependent Validation Lists

Oct 4, 2006

Is there any way to make Hack#24 work with more than 5 lists? I followed the information in the book and was able to get 5 secondary cells to have a drop down list that was dependent on the primary cell selection (also from a drop down list). But when I tried to apply this to the next six primary and secondary cells it would not work.

View 5 Replies View Related

Document With Two Tabs, One "data" One "offer"

Jul 25, 2008

i have an excel document with two tabs, one "data" one "offer"
can select parts from a list in "data" (putting a quantity next to the part number) then hit a command button and have the part number, description, quantity and price added to the "offer" tab
(i have a smaller version/sample doc if anyone wants to take a look )

View 9 Replies View Related

Formula Required To Return Limited Range Value?

Jun 12, 2014

I'm looking for a formula to do the following:

I'm building a table (see attached) where I could have a value in cells D6 to P6 that ranges from 0 upwards. In the respective cell beneath each 'value' cell (D7 to P7) I need a formula that will return a figure of 10 if the value in the cell above is 0.4 or below reducing to 0 if the value in the cell above is 1.0 or above.

View 1 Replies View Related

Average Function Limited To The Number Of Students

Feb 5, 2014

I am working on an excel master marksheet which will be distributed to many teachers to fill in their students marks. How can I enter an average function that can work out the mean for those different classes. For example I'd like the main average function to be like this =average(d5:d50) but if a teacher has thirty students in his list the mean will be only limited to the marks of those thirty students. Same thing I want for the mode function and the median function.

View 7 Replies View Related

Create Limited Number Of Columns/rows

Dec 11, 2008

is it possible to create or customize a worksheet with 30 columns and 120 rows only.

View 4 Replies View Related

Ctrl-A Selecting Limited Range Of Cells

Apr 8, 2009

I have a spreadsheet wherein if I press ctrl-A (normally Select All) it is only selecting a limited range of cells ($B$12:$M$22). If I press ctrl-A again from there then it selects all.

I can see something like that being useful in some cases and annoying in others, but I have no idea what is causing it. Some of the cells in that range are locked and others are not. Some of the cells outside that range are also locked while others are not. In any case, the sheet is not protected.

View 3 Replies View Related

Derive Exponential Function From Limited Information

Dec 5, 2009

I've been working on a ss that requires me to create a function to determine a value from a exponential curve where the area of the curve is variable . The terminal points, 0,0 and 100,100 remain constant and the curve is symmetrical at the 45degree angle. How can I derive a function knowing only these things.

Here is an image to crudely illustrate what i mean [url]

The area can be 10, 20, 35% it doesn't matter, I need a way to determine the function from just the area!

View 14 Replies View Related

Worksheet - Show Only Column And Rows Limited?

Apr 8, 2014

in my worksheet i want to show only column from A to BA and rows only 1 to 5000

View 2 Replies View Related

Formula: Give User Limited Control

Jan 26, 2010

1. The example is cell B1 has a drop down list with the following options: MIN, MAX, AVERAGE, MEAN, SUM

The range F2:F20 hold the values upon which I want the formula to work

Cell B3 is to calculate the result of performing the the function defined in B1 over the data set in F2:F20

What formula do I need in B1. I have tried various of methods of forming the above into a text string and then preceding with INDIRECT but my problem seems to be with the range part.

2. Same as above but I want to the users to write as text (without equal sign) the formula they want to use

View 9 Replies View Related

Import Text Fundction Only Allows Limited Lines

Aug 7, 2008

I have to extact a HUGE (100MEG) .TAB file into Excel 2003. Using the 'import text' fundction it only allows me to import the frst 66536 lines and tells me that I can import the rest by repeating the process, somehow excluding what I have already imported.

View 9 Replies View Related

Last Blank Cell Within Limited Column Range

Mar 17, 2008

I understand the following code finds and selects the last empty cell in column A

Range("A65536").End(xlUp).Offset(1, 0).Select

I am looking for a way to find last empty cell withing a specifice range of cells in column A. Example, I want to loop through from A6 to A16, find the last empty cell and fill it up.

View 3 Replies View Related

Convert CSV Files To Sheets With Limited Rows Number

Mar 13, 2014

I am using this codes to extract csv in to my workbook, how to extract only the specific no. of rows from a csv instead of all the rows, I would like to extract only the last 5000 rows of data

Code:
Option Explicit

Sub ConvertCSVs()

Dim wkbDest As Workbook
Dim wksDest As Worksheet
Dim strPath As String
[Code] .........

View 9 Replies View Related

Chart Wizard Limited To 6 Rows Of Data For Series

Nov 24, 2009

I am trying to create a line graph and I have 17 rows of data for 17 different employees. There are 18 rows when including the header row.

My data is as follows

Column A - Employee Name
Column B - Month 1 data
Column C - Month 2 data
Column D - Month 3 data
Column E - Month 4 data
Column F - Month 5 data

When I highlight the data and go to the chart wizard, I select "Series in Rows".

However, on the series tab it only brings in the data for 6 employees.

Is there a way to automatically bring in all the data without having to do it manually, or is this a limitation of Excel?

View 9 Replies View Related

Multiple Questionnaire Check Boxes Limited To X Responses

Jun 1, 2008

As part of an audit program I have a questionnaire. One of the questions has 10 check boxes, one with a combo box and one with a text box. The user will check at least 2 or more answers, but not all 10. (2-4 average). I don’t want to link the answers to specific cells, because I don’t want the answers to display with blank rows between answer on the sheet. I want the answers to display in 2 columns evenly distributed.

I would prefer, to not have to run a macro, if possible, but the only way I could see to do this is a very long if statement base on every combination of answers. If the only way to do this is thru a macro, I would prefer to tie it to the printing of the sheet, or I could make it part of an error checking macro I plan to do. The actual question is in the attached file

View 7 Replies View Related

Excel 2007 :: Dropdown Selection Limited Based On Selector

Mar 9, 2012

I am trying to limit the user from selecting only what has been selected from the first selector. The selection are based on a drop down (data Validation list)

Excel 2007BCDEFGHIJ1LOOKUP Table2Should only allow from 3only what availble from First SelectorBus/Cntry Level 2Bus/Cntry Level 14ALLALL5First SelectorSecond SelectorAPACALL6TerritoryAPACAPACAPAC Regional Office7APACAsia Licensees8APACAustralia9APACChina10APACHong

[Code] .........

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved