Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 8 Which one of the given formula can be applied to assign a grade based on the given total in a cell name F4?

Question 8
Which one of the given formula can be applied to assign a grade based on the given total in a cell name F4?
a.
=if (F4>=90,'A',if (F4>=80,'B',if(F4>=70,'C',if(F4>=60,'D','F'))))
b.
None of the given if statements are correct
c.
=if (F4>=90,'A',if (F4>=80,'B',if(F4>=70,'C',if(F4>=60,'D','F'))
d.
=if (F4>=90;'A';if (F4>=80;'B';if(F4>=70;'C';if(F4>=60;'D';'F'))))

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Accounting questions

Question

6. Have you used solid reasoning in your argument?

Answered: 1 week ago