Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Want to make formula automatically figure out cell number in the r

example (this would be in column f)
=SUM(c1*1230+(d1*234)+(e2*567)

ok for each row I am having to input each cell number. Is there a way to
make it so that the formula in column f would know to use the numbers in
C,D,E to do the formula in column F Row X

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Want to make formula automatically figure out cell number in the r

Hi Dave

you don't need the SUM( )
just
=(c1*1230)+(d1*234)+(e2*567)
will suffice.
Strictly speaking, you don't need any of the parentheses, as multiplication
takes precedence over addition in the formula, but it often helps, so you
can see clearly what you have written.

As you copy the formula down through column F, the row number will
automatically increase to become
=(c2*1230)+(d2*234)+(e3*567)
etc.

--
Regards
Roger Govier

"Daveb716" wrote in message
...
example (this would be in column f)
=SUM(c1*1230+(d1*234)+(e2*567)

ok for each row I am having to input each cell number. Is there a way to
make it so that the formula in column f would know to use the numbers in
C,D,E to do the formula in column F Row X

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
How do I make a formula automatically detect changes in values LMoore Excel Worksheet Functions 1 March 28th 07 04:44 PM
Stumped: If a cell contains a formula, can you make text color automatically change? qwopzxnm Excel Worksheet Functions 7 April 5th 06 04:07 AM
Can I make the number in one cell automatically appear elsewhere? holmeshouse Excel Worksheet Functions 2 August 17th 05 01:12 PM
How to make Cells automatically become 'highlighted' when number . Kate Excel Worksheet Functions 2 November 25th 04 12:59 AM
How to make Cells automatically become 'highlighted' when number . Kateskyline Excel Worksheet Functions 1 November 24th 04 09:27 PM


All times are GMT +1. The time now is 07:28 PM.

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

About Us

"It's about Microsoft Excel"