#1   Report Post  
Wild Bill
 
Posts: n/a
Default Excel formula

I rarely use Excel, but I need help with this one problem.
I'm data logging some parameters on my race car and I need to apply a
constant to an entire column of data to get a correction factor.
Example:
Column M has 2700 lines of data. I need to divide each cell by a constant
and have that show in each cell of column N.
Please help me!
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

you can use another cell somewhere, e.g. P1 and then the formula in N1 would
be
=M2/$P$1
you can then fill this down (move your mouse over the bottom right hand
corner of M2 until you see a + then double click or drag down the column)

if you don't want to use a cell to do this in you can use a range name,
choose insert / name / define - type a name (e.g. c_factor) and then in the
refers to box type the value (eg. =10) click ADD then OK
now in the first cell type
=M2/c_factor
and fill down

Cheers
JulieD


"Wild Bill" wrote in message
89.191...
I rarely use Excel, but I need help with this one problem.
I'm data logging some parameters on my race car and I need to apply a
constant to an entire column of data to get a correction factor.
Example:
Column M has 2700 lines of data. I need to divide each cell by a constant
and have that show in each cell of column N.
Please help me!



  #3   Report Post  
Wild Bill
 
Posts: n/a
Default


Thanks Julie!!!!!!!!!
  #4   Report Post  
JulieD
 
Posts: n/a
Default

you're welcome

"Wild Bill" wrote in message
89.191...

Thanks Julie!!!!!!!!!



  #5   Report Post  
Max
 
Posts: n/a
Default

One way ..

Assuming data starts in M2 down

Enter the constant into N1: 100 (say)

Put in N2: =IF(ISERROR(M2/$N$1),"",M2/$N$1)
Copy N2 down

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Wild Bill" wrote in message
89.191...
I rarely use Excel, but I need help with this one problem.
I'm data logging some parameters on my race car and I need to apply a
constant to an entire column of data to get a correction factor.
Example:
Column M has 2700 lines of data. I need to divide each cell by a constant
and have that show in each cell of column N.
Please help me!





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel should have a simpler subtraction formula similar to "sum". Darius Excel Worksheet Functions 5 February 21st 05 11:14 PM
How do I get the formula bar in excel 2003 unionhall Excel Discussion (Misc queries) 1 February 17th 05 10:10 AM
I need help figuring out this formula in Excel rlrlatr35 Excel Discussion (Misc queries) 3 January 6th 05 11:21 PM
Need excel formula to display 28.50hrs in HRS & MINS? rbc Excel Worksheet Functions 4 January 6th 05 12:21 PM
Suddenly Excel can't calculate formula!!! Bob H Excel Worksheet Functions 2 November 30th 04 08:35 PM


All times are GMT +1. The time now is 05:48 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"