Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Chad Sellers
 
Posts: n/a
Default Can Excel evaluate a series of numbers

I made an excel file to generate results from one number as the input a
couple of other fixed numbers to reference against and a couple of algebra
and quadratic equations to generate the desired answers. Can I make a list
of numbers in my excel file and have excel run through the equations already
set up and generate a list of results? If not, how do I make a file that
will step through a list of numbers, run excel on each and save the results
for each? Thank you, Chad Sellers
  #2   Report Post  
Art
 
Posts: n/a
Default Can Excel evaluate a series of numbers

Can you just copy your formula? For example, let's suppose that the "one
number" is in cell C1. Suppose the other numbers are in A1 - A4. Finally
assume that your formula is in D1-G1.

Now, run down column C with the rest of the numbers. Then copy the formula
in D1-G1 down, next to the values in C. You'll need absolute references for
the values in A1-A4.


Art
"Chad Sellers" wrote:

I made an excel file to generate results from one number as the input a
couple of other fixed numbers to reference against and a couple of algebra
and quadratic equations to generate the desired answers. Can I make a list
of numbers in my excel file and have excel run through the equations already
set up and generate a list of results? If not, how do I make a file that
will step through a list of numbers, run excel on each and save the results
for each? Thank you, Chad Sellers

  #3   Report Post  
Chad Sellers
 
Posts: n/a
Default Can Excel evaluate a series of numbers

It would be difficult to try this. I have the input number at A2. Two
numbers at A5 and A^ are used to get an area and perimeter in A7 and A8. I
multiply these by the input in A2 and save at G7 and G8. Then the quadratic
result is placed at G12 and G13. These are rounded so the results I want are
at A12 and A13 with an error also wanted calculated and placed at A15 and
E15. What I would like to do is run a list of numbers placed at B19-48 as
if they resided at A2 and save the results from A12, A13, A15 and E15 to C-F
: 19-48 respectively..

"Art" wrote:

Can you just copy your formula? For example, let's suppose that the "one
number" is in cell C1. Suppose the other numbers are in A1 - A4. Finally
assume that your formula is in D1-G1.

Now, run down column C with the rest of the numbers. Then copy the formula
in D1-G1 down, next to the values in C. You'll need absolute references for
the values in A1-A4.


Art
"Chad Sellers" wrote:

I made an excel file to generate results from one number as the input a
couple of other fixed numbers to reference against and a couple of algebra
and quadratic equations to generate the desired answers. Can I make a list
of numbers in my excel file and have excel run through the equations already
set up and generate a list of results? If not, how do I make a file that
will step through a list of numbers, run excel on each and save the results
for each? Thank you, Chad Sellers

  #4   Report Post  
Art
 
Posts: n/a
Default Can Excel evaluate a series of numbers

I think you've got 2 options. If there aren't other things in your
spreadsheet, you could redo the formula as I outlined. I'm guessing,
however, from the scattered nature of the cells that you probably do have
other information that might get in the way.

The first option would be to take the intermediate calculations to another
tab and then bring the answers back to the original tab. You'd have to
change some of the references to work with columns and such. So probably
your best bet would be to redo the original calculation on the other tab, and
then copy it down.

The other option would be to write some VBA code. This probably isn't too
hard unless you've never done it before. In this way you'd move the
intermediate results off the spreadsheet, and just loop through the rows in
your code.

I won't be available too much longer this evening so if either option sounds
doable I'm sorry but I won't be able to help. If you don't have an immediate
deadline, I could help sometime tomorrow or tomorrow evening. Alternatively
someone else may jump in tonight and be able to help.

Lots of luck - I hope you can get this to work.

Art

"Chad Sellers" wrote:

It would be difficult to try this. I have the input number at A2. Two
numbers at A5 and A^ are used to get an area and perimeter in A7 and A8. I
multiply these by the input in A2 and save at G7 and G8. Then the quadratic
result is placed at G12 and G13. These are rounded so the results I want are
at A12 and A13 with an error also wanted calculated and placed at A15 and
E15. What I would like to do is run a list of numbers placed at B19-48 as
if they resided at A2 and save the results from A12, A13, A15 and E15 to C-F
: 19-48 respectively..

"Art" wrote:

Can you just copy your formula? For example, let's suppose that the "one
number" is in cell C1. Suppose the other numbers are in A1 - A4. Finally
assume that your formula is in D1-G1.

Now, run down column C with the rest of the numbers. Then copy the formula
in D1-G1 down, next to the values in C. You'll need absolute references for
the values in A1-A4.


Art
"Chad Sellers" wrote:

I made an excel file to generate results from one number as the input a
couple of other fixed numbers to reference against and a couple of algebra
and quadratic equations to generate the desired answers. Can I make a list
of numbers in my excel file and have excel run through the equations already
set up and generate a list of results? If not, how do I make a file that
will step through a list of numbers, run excel on each and save the results
for each? Thank you, Chad Sellers

  #5   Report Post  
Art
 
Posts: n/a
Default Can Excel evaluate a series of numbers

Oh -- one more thing. There is the scenario manager. I've rarely used it,
but perhaps that could help. I don't think you'll get it to list your
results down the rows of C-F, but it may be better than nothing.

Art

"Chad Sellers" wrote:

It would be difficult to try this. I have the input number at A2. Two
numbers at A5 and A^ are used to get an area and perimeter in A7 and A8. I
multiply these by the input in A2 and save at G7 and G8. Then the quadratic
result is placed at G12 and G13. These are rounded so the results I want are
at A12 and A13 with an error also wanted calculated and placed at A15 and
E15. What I would like to do is run a list of numbers placed at B19-48 as
if they resided at A2 and save the results from A12, A13, A15 and E15 to C-F
: 19-48 respectively..

"Art" wrote:

Can you just copy your formula? For example, let's suppose that the "one
number" is in cell C1. Suppose the other numbers are in A1 - A4. Finally
assume that your formula is in D1-G1.

Now, run down column C with the rest of the numbers. Then copy the formula
in D1-G1 down, next to the values in C. You'll need absolute references for
the values in A1-A4.


Art
"Chad Sellers" wrote:

I made an excel file to generate results from one number as the input a
couple of other fixed numbers to reference against and a couple of algebra
and quadratic equations to generate the desired answers. Can I make a list
of numbers in my excel file and have excel run through the equations already
set up and generate a list of results? If not, how do I make a file that
will step through a list of numbers, run excel on each and save the results
for each? Thank you, Chad Sellers



  #6   Report Post  
Chad Sellers
 
Posts: n/a
Default Can Excel evaluate a series of numbers

You are right in your assumptions, this is the 2nd time I've used excel.
When I try to copy in excel it changes the references relative to where it is
copied - I don't know how to make it keep absolutes. So I copied the
results to a text editor as I referenced each input manually. Then copied
all the results from the text file back to excel. This worked for the
project tonight. I really appreciate your input. Sounds like a little VBA
code would do this next time. Thanks again Art.

"Art" wrote:

Oh -- one more thing. There is the scenario manager. I've rarely used it,
but perhaps that could help. I don't think you'll get it to list your
results down the rows of C-F, but it may be better than nothing.

Art

"Chad Sellers" wrote:

It would be difficult to try this. I have the input number at A2. Two
numbers at A5 and A^ are used to get an area and perimeter in A7 and A8. I
multiply these by the input in A2 and save at G7 and G8. Then the quadratic
result is placed at G12 and G13. These are rounded so the results I want are
at A12 and A13 with an error also wanted calculated and placed at A15 and
E15. What I would like to do is run a list of numbers placed at B19-48 as
if they resided at A2 and save the results from A12, A13, A15 and E15 to C-F
: 19-48 respectively..

"Art" wrote:

Can you just copy your formula? For example, let's suppose that the "one
number" is in cell C1. Suppose the other numbers are in A1 - A4. Finally
assume that your formula is in D1-G1.

Now, run down column C with the rest of the numbers. Then copy the formula
in D1-G1 down, next to the values in C. You'll need absolute references for
the values in A1-A4.


Art
"Chad Sellers" wrote:

I made an excel file to generate results from one number as the input a
couple of other fixed numbers to reference against and a couple of algebra
and quadratic equations to generate the desired answers. Can I make a list
of numbers in my excel file and have excel run through the equations already
set up and generate a list of results? If not, how do I make a file that
will step through a list of numbers, run excel on each and save the results
for each? Thank you, Chad Sellers

  #7   Report Post  
Art
 
Posts: n/a
Default Can Excel evaluate a series of numbers

Chad,

It sounds like you're doing very well for a 2nd time user. Copying as you
did works fine. You don't actually need the text editor though. You can
edit the formula copy it, "press enter", and then move to where you want to
paste it and then paste it.

To make references absolute, you need to put a $ in front of the row and/or
the column. For example if you're referencing G7 -- you can put $G$7. This
wil make it stay $G$7 even when you're copying it. You can use $A1 if you
want to keep a reference to column A, but to change as you copy to various
rows.

Art

"Chad Sellers" wrote:

You are right in your assumptions, this is the 2nd time I've used excel.
When I try to copy in excel it changes the references relative to where it is
copied - I don't know how to make it keep absolutes. So I copied the
results to a text editor as I referenced each input manually. Then copied
all the results from the text file back to excel. This worked for the
project tonight. I really appreciate your input. Sounds like a little VBA
code would do this next time. Thanks again Art.

"Art" wrote:

Oh -- one more thing. There is the scenario manager. I've rarely used it,
but perhaps that could help. I don't think you'll get it to list your
results down the rows of C-F, but it may be better than nothing.

Art

"Chad Sellers" wrote:

It would be difficult to try this. I have the input number at A2. Two
numbers at A5 and A^ are used to get an area and perimeter in A7 and A8. I
multiply these by the input in A2 and save at G7 and G8. Then the quadratic
result is placed at G12 and G13. These are rounded so the results I want are
at A12 and A13 with an error also wanted calculated and placed at A15 and
E15. What I would like to do is run a list of numbers placed at B19-48 as
if they resided at A2 and save the results from A12, A13, A15 and E15 to C-F
: 19-48 respectively..

"Art" wrote:

Can you just copy your formula? For example, let's suppose that the "one
number" is in cell C1. Suppose the other numbers are in A1 - A4. Finally
assume that your formula is in D1-G1.

Now, run down column C with the rest of the numbers. Then copy the formula
in D1-G1 down, next to the values in C. You'll need absolute references for
the values in A1-A4.


Art
"Chad Sellers" wrote:

I made an excel file to generate results from one number as the input a
couple of other fixed numbers to reference against and a couple of algebra
and quadratic equations to generate the desired answers. Can I make a list
of numbers in my excel file and have excel run through the equations already
set up and generate a list of results? If not, how do I make a file that
will step through a list of numbers, run excel on each and save the results
for each? Thank you, Chad Sellers

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
Auto insert page breaks in Excel, based on a sort of numbers peterc89 Excel Discussion (Misc queries) 0 November 9th 05 03:41 PM
Can I create a random order within a series of numbers in Excel? Dimtrax Excel Worksheet Functions 2 November 9th 05 03:40 PM
Series Numbers row & column Marnie Excel Discussion (Misc queries) 1 November 1st 05 07:21 PM
Excel Adding duplicated numbers together JJ Joobler Excel Discussion (Misc queries) 1 January 7th 05 01:24 AM
How do i increase the size of numbers in a text in Excel. Harry Cross Excel Worksheet Functions 1 November 6th 04 09:24 PM


All times are GMT +1. The time now is 06:36 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"