Multiple IF statements help

RonnieLaarnie

New Member
Joined
Mar 11, 2023
Messages
1
Office Version
  1. 2007
Platform
  1. Windows
I am trying to create/edit a spreadsheet for my new job. I am trying to put multiple "IF" statements in one cell, but I can't figure it out. In B10 "Mix Requested, I made it a drop down with the Concrete Cost Per Yard; 3000, 3500, etc. How can I use multiple IF statements to blow the cost in B12 "Concrete"? =IF(B10=3000,146),IF(B10=3500,151),IF(B10=4000,153...etc..... See what I want to do? Please help. I am no expert with Excel. Just trying to calculate price based on mix and quantity. All help is appreciated. Thanks, Ronnie

work.png
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Hi,

You seem to already have a reference table ... so, instead of nested Ifs ... you could use a VLookup() function ...
 
Upvote 0
Hi & welcome to MrExcel.
How about
Excel Formula:
=VLOOKUP(B10,H6:I10,2,0)
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,935
Members
449,094
Latest member
teemeren

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