avoid div/0 error and define the minimum value

neno_nan

New Member
Joined
Nov 19, 2022
Messages
1
Office Version
  1. 2013
Platform
  1. Windows
I have two groups of numbers. I want to divide the first row A by the second row B, then find the MIN value from the quotient, but the problem is that some B cells are empty, so it produces a DIV/0 error!, I want to avoid this error in array {}
 

Attachments

  • Screenshot_٢٠٢٢١١١٩_١٦٤٨٤٥.jpg
    Screenshot_٢٠٢٢١١١٩_١٦٤٨٤٥.jpg
    24.7 KB · Views: 7

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi & welcome to MrExcel.
How about
Excel Formula:
=MIN(IFERROR(A1:E1/A2:E2,""))
 
Upvote 0
Solution

Forum statistics

Threads
1,215,652
Messages
6,126,035
Members
449,281
Latest member
redwine77

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