Formula question

Pipchacha

New Member
Joined
Nov 7, 2017
Messages
9
Hi All,

i am after some help with a cell formula.

Situation.

I have ave a cell with a figure in it.
The cell below it I want to have the following.
If cell above is less then 273 than that cell shoul be 273

can someone please help me with this formula?

thankyou.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
I have a cell that needs the following calculated

in cell if “A1”
is between 273 and 674 then value is 60
is between 675 and 1349 then value is 120
is between 1350 and 4044 then value is 185
is over 4045 the value is 250
 
Upvote 0
I have another one for you if that’s ok

Hi, if it's totally unrelated then it would be best if you started a new thread.

EDIT, but that is fairly straight forward:

=LOOKUP(A1,{273,675,1350,4045},{60,120,185,250})
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,736
Messages
6,132,426
Members
449,727
Latest member
Aby2024

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top