SOLUTION: please help me with this.
in excel, i need to check a value of a cell, whether that value is between 96.0 -97.0 the it should return the value as 15 in next cell.
Algebra.Com
Question 1087118: please help me with this.
in excel, i need to check a value of a cell, whether that value is between 96.0 -97.0 the it should return the value as 15 in next cell.
Answer by Theo(13342) (Show Source): You can put this solution on YOUR website!
let the cell = E5
in the cell next to it, use the following code.
=if(and(E5>=96,E5<=97),15,"")
if the value in cell E5 is >= 96 and <= 97, the value of the cell next to it will be 15.
if not, the value of the cell next to it will be "", which is null.
you can replace "" with anything that you want, like:
"out of range" or some other number, like 0.
here's some instructions on using if statement with and and or.
http://www.experiglot.com/2006/12/11/how-to-use-nested-if-statements-in-excel-with-and-or-not/
RELATED QUESTIONS
Refining the "What-If-Analysis"
to make a better Decision Support System
Step 1... (answered by solver91311)
Hi! You can email me this eurireunir14@gmail.com for the Excel file. I am trying to help... (answered by Theo)
All assignments will only be accepted in Word 2003 (.doc) format. That means if you do an (answered by solver91311)
How much greater is the boiling point(-29) then melting point(-97)
I did this on a... (answered by Alan3354)
Can someone please help me with this problem:
Find the value(s) of the function,... (answered by vleith)
Can you please help me answer this? I think I figured it out but just wanted to double... (answered by stanbon)
Good evening, I would like assistance with the following 2 math problems. I did Exercise... (answered by stanbon)
Which value is not in the domain of the function y=3/x
a. -3
b. 0
c. 1
d. 6
Can... (answered by solver91311,Earlsdon)
Refer to the data set of body temperatures in degrees Fahrenheit given in the... (answered by ikleyn)