Question

In: Computer Science

can someone please tell me what is an alternative function rather than MINIFS? =MINIFS(G5:G57,D5:D57,"Bed") Maybe MIN(IF......

can someone please tell me what is an alternative function rather than MINIFS?

=MINIFS(G5:G57,D5:D57,"Bed")

Maybe MIN(IF... or INDEX(....,MATCH(MIN

Solutions

Expert Solution

Hello Student,

As we know that MINIFS() function in Excel is used to calculate the minimum within an if statement.

Yes, MIN(IF()) is an alternative function to MINIFS.

Explanation -

MIN(IF()) is an imitation of MINIFS function using ARRAY formula and does the same job.

The INDEX() function shows the value present at given position.

The MATCH() function is used to discover the location of a lookup value in a given column or row.

Example –

The MINIFS formula given in question can be written in MIN(IF()) as:

Format of MINIFS() is:

= MINIFS(minimum range, conditions range, condition)   

= MINIFS(G5:G57,D5:D57,"Bed")                                

We have:

Minimum range as G5:G57

Condition range as D5:D57

And Condition as “Bed”

Format of MIN(IF()) is

= MIN(IF(conditions range = condition, minimum range))

Thus, on arranging the values we get the formula as:

=MIN(IF(D5:D57="Bed", G5:G57))

------------------------------------------------------------------------------------------------------------

NOTE --

You need to press Ctrl + Shift + Enter after entering the MIN(IF()) formula to make the formula work as it is ARRAY formula.

--------------------------------------------------------------------------------------------------------------

THANK YOU!

LIKE THE ANSWER IF IT HELPED YOU


Related Solutions

Could you please tell me what it is?use what theroy? Rather than exporting or FDI I...
Could you please tell me what it is?use what theroy? Rather than exporting or FDI I can negotiate a contract that gives another company the right to make my product in their country.This is known as: When an immigrant sends money to his or her family back in their home country. (it’s difficult to measure) When more expensive goods sourced from inside a customs union replace the consumption of less expensive goods from outside the customs union. A situation in...
Can someone please tell me on how can I have a double and character as one...
Can someone please tell me on how can I have a double and character as one of the items on my list? Thanks! This is what I got so far and the values I am getting are all integers. #pragma once #include <iostream> class Node { public:    int data;    Node* next;       // self-referential    Node()    {        data = 0;        next = nullptr;    }    Node(int value)    {        data...
Can someone please tell me the negative aspects of dunaliella salinasure (microbiology) in lamens terms please...
Can someone please tell me the negative aspects of dunaliella salinasure (microbiology) in lamens terms please , please also provide as much detail as possible I will rate thank you  
Okay, can someone please tell me what I am doing wrong?? I will show the code...
Okay, can someone please tell me what I am doing wrong?? I will show the code I submitted for the assignment. However, according to my instructor I did it incorrectly but I am not understanding why. I will show the instructor's comment after providing my original code for the assignment. Thank you in advance. * * * * * HourlyTest Class * * * * * import java.util.Scanner; public class HourlyTest {    public static void main(String[] args)     {        ...
Can someone please tell me if these calculations are correct! I'm reviewing my notes, and my...
Can someone please tell me if these calculations are correct! I'm reviewing my notes, and my professor said to always multiply the lipids by 3 and then divide by 7 to get the total amount of cals of lipids per day... I'm not completely sure why you do that? Can someone explain. Why don't you just stop at 700 cals for lipids? 1. Calculate the number of calories and grams protein for the following TPN solution: D50W in 500cc 10%...
Can anyone please tell me what function in excel I could use in this instance: I...
Can anyone please tell me what function in excel I could use in this instance: I have two spreadsheets with sales of products for a company. I am needing to create a new spreadsheet with gross sales by month and by region. It haven't included all the worksheets, because I truly just need pointed in the right direction.
Can someone tell me the complications and safety for hemorrhagic stroke? this is for a pathophysiology...
Can someone tell me the complications and safety for hemorrhagic stroke? this is for a pathophysiology class
Hi there Can someone tell me. If someone file a case against you and you dont...
Hi there Can someone tell me. If someone file a case against you and you dont have money to fight against it. Then what person should do in that situation.? If someone file a sexual harassment case?
Can someone please tell me why I am getting errors. I declared the map and it's...
Can someone please tell me why I am getting errors. I declared the map and it's values like instructed but it's telling me I'm wrong. #include <iostream> #include <stdio.h> #include <time.h> #include <chrono> #include <string> #include <cctype> #include <set> #include <map> #include "d_state.h" using namespace std; int main() { string name; map<string,string> s; map<string,string>::iterator it; s[“Maryland”] = "Salisbury"; s[“Arizona”] = "Phoenix"; s[“Florida”] = "Orlando"; s[“Califonia”] = "Sacramento"; s[“Virginia”] = "Richmond"; cout << "Enter a state:" << endl; cin >> name;...
please show me or tell me a trick, on how can i tell right away when...
please show me or tell me a trick, on how can i tell right away when a characteristics equation(system) is 1)overdamped 2)underdamped 3)critically damped 4) nonlinear show each an example write neatly!!!!!
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT