Function Resulting To Exact Month When Breakeven Exists

Jun 24, 2014

I'm trying to figure out a function that allows to me to determine the exact month when I will breakeven. For example, my total net income for the 2 quarters of the year is 1050 and my investment is 500. If I have an income in Jan of 300, 300 in Feb, and 200 in March, then the function will spit out Feb as the breakeven month.

Please see attachment. Exact year to see when I breakeven.xlsx‎

View 6 Replies


ADVERTISEMENT

Sum / IF Function Resulting To Calculation Of Block Of Cells

Jun 3, 2014

I have quarters of the year. I'm wanting to find a function wherein when I punch in for example year 2012, the cell would give me the sum of the 4Qs. If if change it to 2013, then it would give me the sum of 4Qs for 2013.

See attached sheet : sum from blocks of cells.xlsx

View 3 Replies View Related

Rounding Function That Makes The Resulting Zero A Dash

Feb 24, 2009

I am importing a .txt file into Excel that has two columns of dollars and cents. When I do my subtotals, all subtotals should be zero. Some of the totals show as 0.00, some as (0.00) and some as a dash which is what I would like for all of them. I have tried: ...

View 9 Replies View Related

How To Know Exact Number Of Month

May 12, 2014

I need formula to change the the date to number of months. Example : May or 1-5-2014 to be changed to days like this = 31.

View 4 Replies View Related

Dcount Function - Criteria Is Not Exact

Dec 12, 2013

Using the dcount function it appears that the criteria is not exact. I have typed in ="IP" but instead of getting only IP. I'm getting cells beginning with IP, eg IPp and IPe. When I use countif I don't get this problem.

View 3 Replies View Related

How To Use MATCH Function - Locate Exact Name

Apr 4, 2014

I'm trying to use the MATCH function. I want to locate an exact name. I used the formula:

=MATCH(A6,A3:A10,0). This is the name cell I want to retrieve, the column in which the information is found, and 0 for the exact match. The return answer I get is 4.

View 3 Replies View Related

Using Month Function To Obtain Month And Copy It To Next Empty Column

Apr 4, 2013

I am working in a spreadsheet that contains a bunch of data, it is not limited, and varies. It has some fiels such as: name, date of birth, address, and others. I am interested in creating a column with only the month digit of the date of birth for each row.

I have been working with some code, I am not quite sure how to continue. The following table would be a example that I have of the data, it has only to entry in the column of Date of Birth, but my data range will always vary. I want to get the month and past it in the next cell that is available in this case would be column c or 3... The worksheet name is REP.

VB:

Dim Cell As Range
' 1st cell with the posting date
Set Cell = Range("A2")

Do While Not IsEmpty(Cell)
If Cell = "Date" Then

[Code] .....

View 5 Replies View Related

Function To Fill All Days Of Month To End Of Month Based On Workdays

May 1, 2006

I would like to create a monthly inventory, based on workdays (Monday - Friday)Myrna Larson has a formula that I would like to use with the workday function, but I don't know how to combine them.

=IF(A1="",A1,IF(MONTH(A1+1)=MONTH(A1),A1+1,""))+ = workday

to fit on the page, I need the dates to be from the 1st to the 15th, and 16th to the 31st. I am not sure how to write this either.

View 11 Replies View Related

Function To Say If File Exists

Apr 21, 2013

I would like to have a user designed function that will tell me if a file exists in the specified directory.

For example, my file name is wd1.xlsm. I have another udf that tells me my current file path - e.g. C:All Sales People Quotes System.

I combine these two in say, cell D4 and so have C:All Sales People Quotes Systemwd1.xlms

Now I would like a udf that I can put in E4 that will tell me if wd1.xlsm exists in the C:All Sales People Quotes System directory.

View 4 Replies View Related

Breakeven Analysis

Aug 20, 2009

to figure out a breakeven analysis.

Here is the situation. I bought 100 shares of stock at $40 each for total investment of $4000. The stock price is now $26 a share so the investment is down $1,400. I want to figure out the number of additional shares I need to buy at $26 so that when the price goes to $26.01 i turn a profit.

View 9 Replies View Related

Find Function Where Search Criteria Isn't Exact Match For Cell Contents

Dec 19, 2011

I am new to VBA and am having difficulties in getting a find function to successfully locate search criteria within cell. When the search criteria matches exactly that of the cell contents then the code works; however should the search criteria only form part of the total cell contents (such as a seach for "the" in a cell containing "the cat sat on the mat") the code doesn't recognise it.

Essentially, I need the code to search a range for the required string and if found within a cell activate that cell and populate a combobox with the full cell contents of the activecell.offset(0,-2).

The relevant section of code attached below:

Dim role_count as range
Dim role as string

If Application.WorksheetFunction.CountIf(Range("Role_Count"), Role) 0 Then
Range("role_count").Select
Selection.Find(What:=Role, After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _
xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False _
, SearchFormat:=False).Activate

Me.Controls(ComboBoxName) = ActiveCell.Offset(0, -2).Value

View 4 Replies View Related

Function To Fill All Days Of Month To End Of Month

Oct 2, 2005

function in a spreadsheet that will list all of the days in
a given month automaticaly with the entry of the 1st of the month only.

Ex;
10/01/05 entered dated
10/02/05 auto fill
10/03/05 "
. "
. "
10/31/05 end of auto fill

I would like the function to stop filling dates at end of the month even for shorted months such as Feb.

View 10 Replies View Related

Calculating ROI Breakeven Point

Dec 8, 2008

If I am trying to calculate the breakeven moment from a project that has an initial cost and a series of quarterly returns. This is easy to do visually but I cannot figure out how to arrive at the breakeven point from a data set such as this.

e.g. 50,000 spent at time 0
5,000 received in q1
10,000 received in q2
10,000 received in q3
10,000 received in q4
10,000 received in q5
10,000 received in q6

In which month will I break even?

View 9 Replies View Related

Purchase In Order To Achieve A Particular Breakeven Poin

Jul 28, 2009

I trade the stock market and am trying to get excel to automatically calculate the required quantity of shares to be purchased in order to achieve a particular breakeven point. Question: How many shares required at a price of 37.30 to achieve a breakeven of 36.24 when I already have 8000 shares at a price of 34.73? I'm looking for the formula to solve this not just the answer.

View 9 Replies View Related

Identify Breakeven Point, Or Positive To Negative, On Chart

Dec 10, 2007

way to insert a Line where the (x) line on a chart is breakeven or the instance where it changes from positive to negative. I am doing this now by just drawing a line, however with a chart that is constantly updating the line does not adjust to this.

View 9 Replies View Related

Date Function- Open A File, Make An Exact Copy And Save It Under A New File Name

Jun 4, 2009

I'm working on the following
Workbooks.Open Filename:= _
"D:CommondataIBMmainBRANCHBURG-PRODUCTS-BOM-ALUMINUM-UPDATE-" & Ucase(Format(DateAdd("y", 0, Date)), "YYYY-MM-DD")&".XLS"
ChDir "D:CommondataIBMmain"
ActiveWorkbook.SaveAs Filename:= _
"D:CommondataIBMmainBRANCHBURG-PRODUCTS-BOM-ALUMINUM-UPDATE-NAFTA.XLS", _
FileFormat:=xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
ActiveWindow.Close

Date: 2009-06-03

What I'm trying too do is open a file, make an exact copy and save it under a new file name.

My problem is in the date formula the day is not always the same. In the sample case it's 03 at other times the day will change.

is there a way too get this too work irregardles of what the day might be?

View 9 Replies View Related

Vlookup Resulting In REF#

Oct 6, 2009

Having some problems with a simple vlookup formula.

Never experiened this before.

I keep getting a #ref

Here is the forumla I am using

=VLOOKUP("JK09",Feb!A2:A9,13)

What I am expecting is for excel to look up the value of "JK09" within the range of A2:a9 within the worksheet Feb, and when it finds it it will give me the value in coloum 13 of the macthing row.

View 18 Replies View Related

Formula In Cell Resulting In #NAME

Jun 4, 2006

I am trying to add a formula to a cell but I get this error, #NAME?

Here is the formula: =((pi * (5^2)) / 2) - ((5^2) * ASIN(1 - (A73 / 5))) - ((5 -A73) * SQRT(A73 * ((2 * 5) - A73)))

I'm trying to add it to cell B73,

View 3 Replies View Related

In A Formula, How To Change The Format Of The Resulting Te

Dec 16, 2005

how to change a proportion of text in a resulting concatenation
formula.

cell A1 contains the text in bold "ABCDEF", cell A2 containes "GHIJKLM" cell
A3 contains =A1 & " " & A2 but I want the cell A1 part to remain in bold. Is
there a way of using the TEXT function e.g. =TEXT(A1,BOLD) & " " & A2?

View 9 Replies View Related

COUNTIF Function Per Month

Mar 12, 2007

I have a table in which we track our daily issues.. A1 - A6

Resource/Subject/Date/Time Of Failure/Escalated/Tech Int

I want to be able to count the amount of escalations we have per month...
We just enter a Y or N for the escalation field.

I'm not great with Excel and can do a count with the COUNTIF but don't know how to separate my results so that the count is done per month..

Can someone point me in the right direction?

*EDIT* Also my date format is as follow's 04-Jan-07. Should I change that to make it easier to calculate the results?

View 9 Replies View Related

Concatenate Cells Referencing Another Tab - How To Get Rid Of 0s In Resulting String

Jan 10, 2014

I am trying to combine text from multiple cells into one cell. I am referencing cells that reference cells on another tab. I have tried several formulas (see attached) but I have not been able to get rid of the zeros in the resulting string. I know I could reference the original cells, but I would like to find a solution to this without using VBA.

View 3 Replies View Related

Conditional Formatting Is Not Resulting Of Desire Solution

Dec 29, 2009

I have the attached table. I need to format with conditional formatting with the following criteria:

1) If >= 80% , then flag as green
2) If >=1% but <80%, then flag as yellow
3) If 0%, then flag as red.

I did the formatting in conditional formatting but the it did not results in the desired solution.

View 4 Replies View Related

Filter By Date & Count Resulting Data

Feb 28, 2008

I am working on project of doing Turn around time Analysis of the volumes of work recieved before 12:30PM and after over a weeks time. My data consist of Work ref, Datein, Dateout, Timein, Timeout. To carry this analysis I have to Mannually filer the data as per Datein / Timein and Dateout and then count the no of work ref completed within Same day or one day or more than one day for each date of a given week. I recorded a Macro which gives count of no of work. for one particular date of week and repeated the same for each 5 working dates of given week. this Macro has gone to big and I want to use some looping technique which would change my filtering criteria. I tried doing this by assining a variable to Criteria but Macro gives no values.

Range("A1").Select
Selection.AutoFilter
Range("B1").Select
Selection.AutoFilter Field:=2, Criteria1:="=04/02/08", Operator:=xlAnd
Range("E1").Select
Selection.AutoFilter Field:=5, Criteria1:="<=12:30", Operator:=xlAnd
Range("IV1").Value = "=SUBTOTAL(9,H2:H272)"
Selection.AutoFilter Field:=9, Criteria1:="=L*", Operator:=xlAnd
ActiveSheet.Calculate
Range("sheet1!B3").Value = Range("IV1").Value
Selection.AutoFilter Field:=9, Criteria1:="=S*", Operator:=xlAnd
ActiveSheet.Calculate
Range("sheet1!B4").Value = Range("IV1").Value

I want to repeate the above code for different dates of week 04/02/2008 to 08/02/2008. How to change Criteria using Loopin technique.

View 2 Replies View Related

Using Filter Function To Select More Than One Month

Feb 19, 2014

I currently have a column of data by month for the years 2013 to 2025. I want to show only dec, jan and feb of each year. I am currently using the filter function but I can only select one month at a time.

View 2 Replies View Related

Excel 2007 :: How To Use Month Function In VBA

Jun 25, 2013

How to use the Month function in VBA but am not getting the results I expect after reviewing other websites.

I'm running MS Excel 2007.
Simple example:
the worsheet cell, A1 has "5/14/2013" , cell format is DATE

I want to get the month as a number. I know that year(cells(1,1)) results in 2013 so in the immediate window, I try

?month(cells(1,1))
?month(range("A1"))

Both result in Run-time error '13' Type Mismatch.

What am I misunderstanding about the Month function?

View 3 Replies View Related

Text Conversion Of MONTH Does Not Function?

Dec 2, 2013

I entered a pretty easy formula to pull the month from a date:

=MONTH(C23)

, where C23 = 12/11/2013. This returns the expected output of 12.

However, when I convert it to text:

=TEXT(MONTH(C23),"mmm"))

It outputs January instead of December. I am so confused, why would Excel 2010 return bogus output in this regard? I mean, I can use the =MONTH formula.

View 5 Replies View Related

Countifs With Month And Year Function

Feb 3, 2009

I have a column titled "Start Date", "Month/Year", &"Total". I want to count the number of dates that appeared in the "start date" column that have the same month and year of the "month/year" column. That count should be in the total count. For ex, I want the first total (april 2008) to be 1, the second (may 2008) to be 1, and so on. I tried using countifs month and year of the start date is the month and year of the month/year column. Not working.

Here's my data: ....

View 9 Replies View Related

Sum Numbers For Each Month By Sumif Function

May 4, 2007

Column A have random dates and column B have numbers. How can sum numbers for each month By sumif function?

View 6 Replies View Related

Financial Model (formula To Equally Distribute Revenue Either Over The Next 1 Month, 2 Month Or 3 Month Period Depending On Size Of The Deal)

Dec 23, 2008

I m trying to write a formula for my financial model. If anyone can take a stab at a solution. I'm trying to write a formula that will equally distribute revenue either over the next 1 month, 2 month or 3 month period depending on size of the deal.

Details:
Sales will fit in 1 of 3 categories. Less than 25k; between 25k & 100k; greater than 100k.

- if under $25K, recognize in next month (month N+ 1)
- $25K-100K, recognize in two equal parts in months N + 1 and N + 2
- over $100K, recognize in three equal parts over 3 months
N + 1, N + 2, N + 3 ...

View 4 Replies View Related

Remove Character From Range & Pad Resulting Numbers With Zeros

Mar 3, 2008

I have a spreadsheet with a column that containts UNSPSC codes that can be in any of the four following formats:-

10
77/11
78/10/22
44/12/19/04

I basically want ta formula that will find and remove any / leaving me with

7711
781222
44121904

View 9 Replies View Related







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