Formula For Calculating 360 Rowsx180 Columns Data Set

Jan 29, 2010

I have a set of data 361 rowsx 180 columns. I need to calculate a volume using these depth measurements and the one row of latitude. The formula i need to use is along the lines of =111120*cos(A1)*B1. Then for the next calculation A and B need to be the next cell down, so =111120*cos(A2)*B2. This continues all the way to the bottom and then the equation starts back at A1 for the cos() value and B changes to column C, so it will be =111120*cos(A2)*C2, then you go down the columns until you reach A180. this goes for 360 colums.

View 9 Replies


ADVERTISEMENT

Formula Not Calculating Except After Using Text To Columns

Nov 6, 2008

In the last column of this workbook, you'll see a cell that says "=D2". Whenever I type a formula into this worksheet, it doesn't calculate.

If I select that cell and do text to columns (making sure to remove any separations if it tries to split it), then the formula calculates.

View 2 Replies View Related

Formula For Calculating When Data Is Out Of Hours

Mar 29, 2012

I am trying to calculate when data is out of hours based on it being before 08:00 and after 16:30, plus also weekends.

I have used the following formula to calculate the day of the week.

=TEXT(WEEKDAY(AE2), "dddd")

I have this in a separate column.

This is how my sheet looks.

Actual Start TimeOut of HoursActual Start DateDay of Week
14:1525/12/2010Saturday11:0028/12/2010Tuesday22:3028/12/2010Tuesday
13:3029/12/2010Wednesday09:4030/12/2010Thursday13:0002/01/2011Sunday
09:3806/01/2011Thursday08:0507/01/2011Friday12:0009/01/2011Sunday
11:1010/01/2011Monday08:1512/01/2011Wednesday10:1113/01/2011Thursday
11:1514/01/2011Friday15:2815/01/2011Saturday10:4016/01/2011Sunday
16:3028/12/2010Tuesday13:0220/01/2011Thursday13:0624/01/2011Monday
15:0827/01/2011Thursday17:4029/01/2011Saturday

The out of hours column is where I figure I need an IF statement but not sure which way to approach it best.

View 2 Replies View Related

Formula For Calculating A Ratio Using The Data In The Pivot Table.

Jan 17, 2008

I can’t seem to work out the formula for calculating a ratio using the data in the pivot table.

I’ve added a column next to the pivot table to work out the ratio between to columns.

=SUM(B11/C11)

But what if there is no data in cell (B11), I want to return a “ “ (blank space)… but it returns a #DIV/0!

View 14 Replies View Related

Comparing Columns Of Text And Calculating A Value

Oct 20, 2009

I work in a School and need to create a points awards system based on GCSE Grades.

I have predicted and actual grades for each pupil in columns. I need to figure out how I can calculate an award point for this. i.e. if the predicted grade is an A and the Pupil gets a C this would be a minus 1 point score. I need to do this for all subjects and add a total.

I have attached a spreadsheet with a demonstration of what I require. I have created formulas to do what I require however I see it as terrible programming but I cannot figure out another more efficient way.

View 12 Replies View Related

Pivot Table - Calculating Percentage Of Two Columns?

May 14, 2014

why it works (but it obviously does). I crabbed off the sheet, modified it with my data and the percentages calculate reliably.

What I can't figure out is that in the Pct calculation in the table is the formula:

=GETPIVOTDATA("S_FCR",PT_1,"Center",[Center],"Date",MONTH([Date]))/GETPIVOTDATA("C_ID",PT_1,"Center",[Center],"Date",MONTH([Date]))^2

The formula itself makes perfect sense in terms of the numbers and filtering involved....but why does it actually work and what does the "^2" do?

View 2 Replies View Related

Formula- Data Is In Columns B:E

Jan 19, 2007

The following data is in columns B:E

Branch GLPeriodDesired Result
Montreal451010P1(25,159)
Montreal451010P2(20,628)
Montreal451010P3(21,442)
Montreal451010P4(29,389)
Montreal451010P5(23,266)
Montreal451010P6(22,409)
Montreal451010P7(28,048)
Montreal451010P8(24,655)
Montreal451010P9(25,118)
Montreal451010P10(33,127)
Montreal451010P11(28,018)
Montreal451010P12(26,947)

The following data is in columns in G:J
Branch GLPeriodBalance
Montreal451010P1(25,159.08)
P2(20,628.36)
P3(21,441.91)
P4(29,388.80)
P5(23,266.03)
P6(22,408.55)
P7(28,048.49)
P8(24,654.56)
P9(25,117.77)
P10(33,127.30)
P11(28,017.71)
P12(26,946.62)

I need a formula under desired result. I need to find Montreal in column B in Column G.

I also need it to find 451010 in Column C in Column H. Then I also need to find the Period P1, P2….P12 in column D in column I. Then the matching value in J should be inserted in column E. This is a large table and the values are in the right columns but they could be anywhere that is why I need a formula I can copy down.

View 9 Replies View Related

Copy Formula Down With Data In Columns?

May 3, 2013

I have this formula:

=IF(T8=2,"6",IF(T8=1,"3",IF(T8=0,"0")))+IF(T9=2,"4",IF(T9=1,"2",IF(T9=0,"0")))+
IF(T10=2,"6",IF(T10=1,"3",IF(T10=0,"0")))+IF(T11=2,"4",IF(T11=1,"2",IF(T11=0,"0")))

and when I copy it down, I would like all the t's replaced by u's (since the data is in columns)

View 6 Replies View Related

Formula To Add One Column Of Data With Every Value From Each Of The Adjacent 8 Columns

Mar 14, 2014

How to do this or if there's even a formula or even a macro i could run to run this data.

I have three rows of data (29-31) from columns D to Q.

I would like to take D29 and add each of the values in the adjacent columns exactly once and sum up the value D thru Q

For example I'd like to return not just Sum(D29:Q29) but also Sum(D29:R29)+Q30, Sum (D29:R29) +Q31.

I guess that might be considered a 1X3 matrix & and 8X3 matrix, but I'm not really sure how to set up the return values for these equations nor how to return them very quickly.

View 1 Replies View Related

Formula To Find Similar Data In Columns

Feb 17, 2007

I need help creating a formula to find data in one column that starts with different letters and counts them up.

For example one column would contain the words amoung others:
DPDE
DNPD
EPRO
EOTH
YBRC
YUND

In the other column I want to count up the amount of times a word starts with the letter D or E or Y. The count comes from another spreadsheet, which the CMRF Tool (See attachment) is pasted at the bottom of.

The Monthly case report file is the file I want to get the count from. These would come from Column O once the data is there. The count would end up in column D of the CMRF tool which is pasted at the bottom of the monthly case report file.

View 9 Replies View Related

Formula For Calculating Tax?

Feb 12, 2012

I've made a spreadsheet that allows the user too enter their clock in and out times in a day for a week, it allows you too fill in two weeks worth (because we get paid fortnightly). It automatically calculates each week's pay once it has been filled in, all I need is a formula too calculate how much they would be paid after tax. I can work how much they will be paid for the 2 weeks befor tax, but I just need a formula too deduct tax from this.

View 9 Replies View Related

Calculating A Formula

Sep 13, 2009

i need to creat a 12 month calculation of accounts

month 1 month 2 based on a precentage so i need to calulate the cell 1 pluse a precentage equals cell 2 and then cell 1 plus 2 and the precentage equils that

View 9 Replies View Related

Formula To Look At Data In Multiple Columns And Check For A Match

Nov 15, 2012

Any formula that can look at the data in multiple columns and check for a match - returning a value such as YES or NO. Below is an example of my sheet.

A
B
C
D
E
F
G

1
Name
Number
Name
Number
Name
Number
Match?

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

Basically the formula would be in Column G and would look at B, D, & F to see if they match or not. In the example above - row two - they all match. So a True, 1, or Text option such as YES would be great. Same as row 3 only you can see they are different.

View 5 Replies View Related

Formula To Compare 2 Columns And Manipulate The Resulting Data And Output

Mar 31, 2007

I have column A and column B:

I will be inputting data into column B.

I need excel to check to see if the data I input into column B is an exact match to the data in column A.

If it is an exact match, then column B will remain blank.

If the data in column B is different, I need column B to show the following:

No match: <data>

Example I input in column B the following:

Column A Column B
1. Car Car
2. 4357 9999
3. fsd34d 4erd
4. 98dkf 98dkf

Spreadsheet should show:
Column A Column B
1. Car
2. 4357 No match: 9999
3. fsd34d No match: 4erd
4. 98dkf

(Cell 1 and 4 in column B are empty because they are exact matches to Column A cell 1 and 4)

My questions:
1) How does the excel formula need to be written for this to work?

2) Is there a way to set it so that when I do a mass copy to data into column B that the formula will not be overwritten and it will still check to see if the data I copy and pasted into that column matches the data next to it in column A?

View 14 Replies View Related

IF / OR Formula For Calculating Commission

May 6, 2014

I am trying to create a formula that calculates multiple commissions based on profit margin. So here is what I'm looking to. If the profit margin is between 50 and 70% than there is an additional 2% commission, if it's between 70.01-100% profit margin, than it's an additional 5% here is the equation I have=IF(OR(E2>50,E2<70),D2*2%,(IF(OR(E2>70.01,E2<100),D2*5%)))but it's still calculating at the 2% even thought it's an 86% margin.

View 4 Replies View Related

Formula Not Calculating When Greater Then Zero

Dec 16, 2009

Currently I am using the following formula ....

View 9 Replies View Related

Formula- Calculating A Cell

Apr 15, 2008

calculating a cell. It has to reference a chart, so it has to validate three answers before it knows what to input.

example CHART ...

View 9 Replies View Related

Formula For Calculating End Date

Oct 4, 2009

I was trying to figure out how you could caluculate a project end date, based on a start date (dd,mmm,yyyy) and a project duration of lets say 5 work day and the work week is five days long (monday to friday). If i have a leave on the week days like tuesday is bank holiday then it should give be the date excluding that tuesday and wednesday leave and caluculate 5 working days and shoule give the project end date.

Example date: 5-Oct-09

Project end date:09-Oct-09

If i have bank leave on 06-Oct-09 means.

My project end date:12-Oct-09

Note:Bank holidays are fixed date example(every year bank holiday 06-oct-09,02-Dec-09,25-Dec-09)

Please dont need a macro.

View 9 Replies View Related

Formula Not Updating/Calculating

Sep 1, 2006

How do I return the data from a single cell in a named range. If I type

=INDIRECT("B12")

into cell "B10". It will return data once, but as cell "B12" changes the value in "B10" does not update. The "B12" cell is part of a named range called "Datainfo".

View 6 Replies View Related

Formula To Handle 5 Fields Of Data To Avoid Creating Extra Columns?

Nov 27, 2009

I am inputting 5 variables in columns A through E:

Family (Y/N)
Adult (1/0)
Child (1/0)
Date of Birth
Gender

I am attempting to generate:

Age Males in families sorted into age brackets
Age Females in families sorted into age brackets
Age Males single sorted into age brackets
Age Females single sorted into age brackets

I did this rather simplistically generating 4 columns (F through I) and then using COUNTIF (although I know there is a better way than the lame way I used COUNTIF but that is not the point right now).

However, my question is, can I generate the data described above (located in D13:I22 on my spreadsheet) without going through the messy, cumbersome step of creating extra columns?

View 6 Replies View Related

IF Formula With Array - Calculating Overtime?

Dec 15, 2013

I have 3 basic job categories... each of those categories start overtime at a different hour.

So, if employee A is a dock worker, he starts overtime at 25 hours. If employee A is an office worker, he starts overtime at 40 hours and if he is a driver, he starts overtime at 55 hours. So based on that info, I'm wanting my spreadsheet to figure out how many hours each employee has left for the week.

The 2nd part question is how many hours per day is left for the week. Rather than making a separate tab for each day of the week, I'd rather the spreadsheet know what day of the week it is and divide accordingly.

View 4 Replies View Related

Time Formula Not Calculating Correctly?

Feb 19, 2014

In cell BQ65, I have 7:00 pm. Next to that, in cell BR65, I have 6:00 am. This should total 11.00 hours, yet with the formula I have in cell BS65, the result is showing up as 13.00 hours, so I'm ending up with two extra hours, which is not good.

Here's the formula I have in cell BS65:

=IF(ABS((((BR65-BQ65)*1440)/60))=0,"",ABS(((BR65-BQ65)*1440)/60))

View 3 Replies View Related

Sum Formula - Calculating Overtime Hours

Feb 20, 2014

Example: In cells A1:A10 random number between 0 & say 20, need to sum ABOVE 8 = (calculating overtime hours)

E.g.
A1 = 0
A2 = 8
A3 = 8
A4 = 10 (giving 2)
A5 = 12 (giving 4)
A6 = 5
A7 = 13.5 (giving 5.5)
A8 = 8
A9 = 0
A10 = 16 (giving 8)
A11 = (Total overtime above 8 hours) 2+4+5.5+8 = 19.5

Need to be able to increase rows and drag across.

View 3 Replies View Related

Formula For Calculating Duration Between Two Timing

Mar 12, 2014

What is the formula for calculating duration in min/hrs between start time and end time without mentioning any date, and if the end time stretches to next day i.e beyond 12.00 midnight. And what is the logic used in the formula.

View 1 Replies View Related

Calculating Text To A Formula (Range)

Oct 7, 2008

B C D
ON 135
NY 122
PA 117
WV 50
VA 126
NC 25
VA 35
MD 110

My issue: If ON I need to times (x) the miles (column C) by .0285 to equal D If NY I need to times (x) the miles (column C) by .0125 to equal D

View 3 Replies View Related

Calculating Formula Not Working Properly

Nov 15, 2008

I am trying to work out an excel workbook for calculating family recipes. I have gotten most of it figured out but am having a problem with one thing. When the serving size of an item is 8 oz & the recipe calls for 14.5 oz the only way I can get it to work properly is to enter 1.75 in the serving size.

But I would like (actually need) to be able to enter the 14.5 and have it calculate the calories correctly - since sometimes the amount to be added to the recipe may be 15 ounces and the serving size is 8 ounces etc....

View 6 Replies View Related

Quarterly Interest Calculating Formula

Oct 21, 2009

I use Excel 2007 , I created Interest calculator , on Daily basis , to caluculate interest , compounded quarterly.

But I want to make it compact , as d one I created is long enough.

A3 = Principal Amount
B3 = Date of Investment
C3 = Interest as on Date
D3 = Number of Days , amount Invested {comes out of formula set}
E3 = Rate of Interest

Now in F3 I want the Interest amount , compunded quarterly.

Some times NUMBER OF INVESTED CAN BE LESS THAN 90 DAYS TOO...then what ?

View 8 Replies View Related

Formula For Calculating Average Time?

Sep 24, 2010

I am trying to calculate the average Talk Time into Minutes and Seconds. Every time I have tried, I get the wrong average.

For example, if I have a total of 53 calls and the total talk time is 4:19:05, what would the average talk per call be? I tried doing everything in seconds (this would give me a total of 15545 seconds) but the total I was getting is 4:89.

What would the formula be to get the correct average time?

View 5 Replies View Related

Formula For Calculating 401k Contributions

Apr 28, 2012

Cell A1 = Employee
Cell B1 = Salary
Cell C1 = Years Worked
Cell D1 = 401k contributions

Cell A2 = 3%

Is there a formula I can use in Cell D1 (401k contributions) to multiply B1 (salary) by A2 (3%) if C1 (years worked) is greater than "1" and for it to show a "0" if C1 (years worked) is "0"?

If there is a formula that will work for this, it gives me the opportunity to adjust the percentage amount in cell A2 to see how contributions would differ.

View 5 Replies View Related

Calculating Work Time Formula?

Jul 11, 2013

I'd like a calculation that gives me a total of 7.50 hours instead of 8:00 hours (I'm hoping to add up the time worked into a meaningful hour:minute format)

View 2 Replies View Related







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