Excel Formula Typing for Homework: Troubleshooting #VALUE Error

In summary, the homework statement is that you have the formula S=t^(-1/b)*g, and you want to type it into excel. The Attempt at a Solution outlines how to do this, but you get a #VALUE error.
  • #1
sara_87
763
0

Homework Statement



I have the formula
S=t^(-1/b)*g
I want to type this into excel.

Homework Equations





The Attempt at a Solution


For S are values typed into the second column (B)
for t are values typed into column A.
I 'named' the b and g using the name manager and set the initial values as 1.
then in the column C i want the predicted values for S so to get the first predicted value, i typed:
=g*(A2^(-1/b))

but i kept getting the #VALUE error and i don't know what's wrong with =g*(A2^(-1/b))
Thank you
 
Physics news on Phys.org
  • #2
That #VALUE can happen when one of the "numbers" is actually text.

A few things to look at are:

What is the value in cell A2?

And, what is the result when you type these formulas:

=g

=b​
 
  • #3
It can also happen when the cell isn't wide enough to display the resultant value.
 
  • #4
MATLABdude said:
It can also happen when the cell isn't wide enough to display the resultant value.

That gives #####, not #VALUE.
 
  • #5
sylas said:
That gives #####, not #VALUE.

Ah, correct you are. However, I was unaware that you could assign values like that in Excel. Whenever I've done that, it's been hardcoded values, or using a locked reference like $A$5 for a value in cell A5 which you don't want automatically incremented by Excel.

EDIT: I think that might be why the OP's thing isn't working: they're trying to assign a value to b somewhere along the line, and then using the letter b in their calculations.
 
  • #6
MATLABdude said:
EDIT: I think that might be why the OP's thing isn't working: they're trying to assign a value to b somewhere along the line, and then using the letter b in their calculations.

But doing that IS possible in Excel, it just has to be done properly.

Check out Insert-Name-Define for how to assign a cell's value to a variable name.
 
  • #7
The value in A" (first value in that column) is 138.
I used the 'name manager' to define g and b.
I defined them then in A10 i put b and in B10 i put 1
then in A11 i put g and in B11 i put 1
(I put 1 because i needed to initialize the b and g) is this wrong?
I used the idea from the website:
http://www.csupomona.edu/~seskandari/documents/Curve_Fitting_William_Lee.pdf
see pages 6 and 7.
then i typed =g*(A2^(-1/b)) and this gave a #VALUE error.
But i don't know why?
 
Last edited by a moderator:
  • #8
sara_87 said:
The value in A" (first value in that column) is 138.
I used the 'name manager' to define g and b.
I defined them then in A10 i put b and in B10 i put 1
then in A11 i put g and in B11 i put 1
(I put 1 because i needed to initialize the b and g) is this wrong?
I used the idea from the website:
http://www.csupomona.edu/~seskandari/documents/Curve_Fitting_William_Lee.pdf
see pages 6 and 7.
then i typed =g*(A2^(-1/b)) and this gave a #VALUE error.
But i don't know why?

Well, you are not getting #NAME? errors, so you must have defined g and b to be something.

Make sure g and b are defined to be absolute references (with dollar signs) in the name manager. That's the default. Somehow you are using things that are not numbers.

Here's what I think you are trying to do:
excel.JPG


Cheers -- sylas
 
Last edited by a moderator:
  • #9
ok, thanks.
On the excel vista where's the 'solver' tool? i can't seem to find it since it's different to the windows xp.
thanks
 
  • #10
Have you installed the Solver add-in? Just having Excel does not necessarily mean you have Solver.

Click on Tools, then Add-Ins. Is the box checked for "Solver"?
 
  • #11
but on my excel, there isn't a 'tools' section. there's just:
home, insert, page layout, formulas, data, review, view.
where can i find the add-ins?
thank you
 
  • #12
I see. You have Excel 2007, and I have Excel 2003. Things are laid out a lot differently.

Here are instructions for installing Solver:
http://office.microsoft.com/en-us/excel/HP100215701033.aspx

If you get to the part where the Solver box is already checked, that means you already should have it.
 
Last edited by a moderator:
  • #13
An easier (?) way to see if you already have Solver:

"First check whether the Solver is installed on your computer by clicking on 'data' in the menu bar. You will see 'Solver' under data analysis on the right."

(from http://www.familycomputerclub.com/excel/how-to-use-solver-in-excel-2007.html )
 
  • #14
Thank you.
I installed it just now.
(I didnt have it before)
 

Related to Excel Formula Typing for Homework: Troubleshooting #VALUE Error

1. How do I type a formula in Excel?

To type a formula in Excel, you need to start with an equals sign (=) followed by the formula you want to use. For example, to add two cells together, you would type =A1+B1. Once you have entered the formula, hit enter and the result will be displayed in the cell.

2. What are some common formulas in Excel?

Some common formulas in Excel include SUM (adds a range of cells), AVERAGE (calculates the average of a range of cells), and COUNT (counts the number of cells in a range that contain numbers).

3. How do I reference cells in a formula in Excel?

To reference a cell in a formula in Excel, you can either type the cell's reference (e.g. A1) or click on the cell with your mouse. You can also use the arrow keys on your keyboard to navigate to the desired cell while typing a formula.

4. Can I use functions in Excel formulas?

Yes, you can use functions in Excel formulas. Functions are pre-written formulas that perform specific calculations. Some common functions include SUM, AVERAGE, and COUNT, but there are many more to choose from. You can also create your own custom functions in Excel.

5. How can I see the results of my formula in Excel?

The results of your formula will automatically be displayed in the cell where you entered the formula. If you want to see the formula itself, you can click on the cell and the formula will appear in the formula bar at the top of the Excel window.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
1
Views
771
  • Engineering and Comp Sci Homework Help
Replies
20
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
876
  • Computing and Technology
Replies
9
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
18
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
8
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
884
  • Precalculus Mathematics Homework Help
Replies
4
Views
666
Back
Top