Question

How do I...Modify the formula in the Per Unit column by combining the IFERROR function with the VLOOKUP function to disp...

How do I...Modify the formula in the Per Unit column by combining the IFERROR function with the VLOOKUP function to display either the per-unit price or a blank cell if an error value occurs.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

As no specific data is given to put the exact formula, I have taken another example of Item and associated price.

Below is the screenshot of the data and formula-

efi X-/ IFERROR(VLOOKUFG2A:B,2,0),) H2 1 Item Price Item Price 2 Pizza 25.00 3 Burger 2 4 Drink$ 15.00 Snack 20 20.00 Burg

Explanation: IFERROR() is used with vlookup to hide the #N/A error. When VLOOKUP can't find a value it throws #N/A error, in order to handle this error IFERROR is nested with vlookup to give a value in case the value is not found.

In the given scenario (as in screenshot) Items in Column G are checked for price value in table A to B. If a item is not find in the table A to B the vllokup formula throws error. IFERROR is used here to show blank instead of #N/A error.

Formula: =IFERROR(VLOOKUP(G2,A:B,2,0),"")

Add a comment
Know the answer?
Add Answer to:
How do I...Modify the formula in the Per Unit column by combining the IFERROR function with the VLOOKUP function to disp...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • How do I use VLookup in Excel to add a product name in the next cell...

    How do I use VLookup in Excel to add a product name in the next cell to a product ID? Product ID has the number (#1) in its cell and Product Name (XJ-422 Relay) is blank. So the 'E' column has the Product ID and column 'F' needs the Product Name added.

  • Conditional Formating Cells With Formulas Based on Whether It is Blank Hi, I have a column...

    Conditional Formating Cells With Formulas Based on Whether It is Blank Hi, I have a column that is populated with the formulas below. My goal is to conditionally format each cell when it has a value and not format it when the result of the cell formula is null. I tried a few approaches and have not been successful. Could someone please walk me through the process of how to do this? Secondly, please tell me how to copy the...

  • need help on the spread sheet and the right option to choose On the VLOOKUP worksheet,...

    need help on the spread sheet and the right option to choose On the VLOOKUP worksheet, you are allowed to select the lookup tables, but not see the values in the cells. How did I do this? A) Using the Cell Format settings, I set the cells to Read Only. B) I erased the cells before saving the worksheet, so there in nothing in the tables. C) Using the Cell Format settings, I set the tables cells to Hidden to...

  • how to use vlookup in excel to find this? Suppose someone comes into your shop with $8.00 and want Item Unit Sell Unit...

    how to use vlookup in excel to find this? Suppose someone comes into your shop with $8.00 and want Item Unit Sell Unit Cost Pencils 2.79 $ 1.99 to buy something. You wish to Ilookup the best thing (most Pen Sets $ 6.99 4.99 expensive thing they could afford) for that amount of money. Write a lookup function that performs that task $ Clipboards $ 6.99 4.99 $ Binders 8.99 12.59 HINT: You will need to modify the table in...

  • N174 X f L M N o Р Q R s T U 183 А B...

    N174 X f L M N o Р Q R s T U 183 А B D E F H к 169 IF function 170 In the yellow cell immediately below write a formula that sets the cell to 'l' if H171 equals 2 and to '2' otherwise 171 2 3 172 In the yellow cell immediately below write a formula that sets the cell to 'Dick' if 1171*171 equals H171+5 and to 'Jane' otherwise. 173 174 175 Logical Functions...

  • The Chestnut Street Company plans to issue a bond semiannually on March 31st and September 30th....

    The Chestnut Street Company plans to issue a bond semiannually on March 31st and September 30th. The Controller has asked you to calculate Information about the bond assuming two different market interest rates in the Excel Simulation below. The present value factor tables are Included in the first four tabs of the Excel Simulation. Use the information included in the Excel Simulation and the Excel functions described below to complete the task. • Cell Reference: Allows you to refer to...

  • can you please give me give the correct formula for Vlookup function where the interest rate...

    can you please give me give the correct formula for Vlookup function where the interest rate is based on the credit rating and the external data table. i have tried it in cell B15 but cant figure out why the external data cells F3:H:6 wont work EXTERNAL DATA CUSTOMER INFORMATION Interest Rate 0.08 0.06 0.05 0.04 Credit Rating Value rating William Couch СМЕ Employer (Ticker Symbo) CME FICO Credit Rating Application Date 500 600 700 800 3/1/2019 3/14/2019 11:01 6...

  • How do I modify this to let the user input the size of the matrix? The...

    How do I modify this to let the user input the size of the matrix? The lowest size is 4 and the largest size is 16. import java.util.*; public class Test1 {      public static void main(String[] args)      { int[][] matrix = new int[4][4];    // create 4 by 4 matrix (need user input???)           // generate 1's and 0's for each each rows and columns      // and track largest row index with the most ones         int largestRI...

  • how do I solve this ? If the selling price per unit is $70, the variable expense per unit is $40, and total fixed ex...

    how do I solve this ? If the selling price per unit is $70, the variable expense per unit is $40, and total fixed expenses are $280,000, what are the breakeven sales in dollars? O A. $178,182 B. $653,333 O C. $490,000 OD. $120,000 O C

  • how do I solve this ? If the selling price per unit is $70, the variable expense per unit is $40, and total fixed ex...

    how do I solve this ? If the selling price per unit is $70, the variable expense per unit is $40, and total fixed expenses are $280,000, what are the breakeven sales in dollars? O A. $178,182 B. $653,333 O C. $490,000 OD. $120,000 O C

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT