1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Anarel [89]
2 years ago
11

I have been trying to work on this for a while now, and this is on excel

Computers and Technology
1 answer:
cluponka [151]2 years ago
8 0

Answer:

=IF(INDEX(INDIRECT(C10), B10)=0,"",INDEX(INDIRECT(C10), B10))

Or

=IF((INDEX((INDIRECT(Dept,TRUE)),Reason))="","",(INDEX((INDIRECT(Dept,TRUE)),Reason)))

Explanation:

Given

Your formula:.

=INDEX(INDIRECT("Dept"),Reason)

Dept column = C (C10)

Reason field = B (B10)

The issue with your formula is that you failed to include a statement to test the falsity of the first condition; in other words, if your if statement is not true, what else should the formula do.

The question says that

"Nest the function inside an IF function so that issues currently displaying as a 0 will display as a blank cell" this means that

if the INDEX() function returns 0, a blank should be displayed in H10 blank, instead.

So, the right formula both of these two. You can use any of them

1. =IF(INDEX(INDIRECT(C10), B10)=0,"",INDEX(INDIRECT(C10), B10))

2. =IF((INDEX((INDIRECT(Dept,TRUE)),Reason))="","",(INDEX((INDIRECT(Dept,TRUE)),Reason)))

The two does the same function; the only difference is that

(1) considers the cell itself while (2) considers the contents of the cell.

The analysis of both is that

They both use a nested indirect reference to check for the content of cells displaying 0.

The first if checks for the above mentioned; if yes, cell H10 is made to display a blank else it's original content is displayed.

You might be interested in
Type the correct answer in the box. Spell all words correctly.
Mrrafil [7]

Answer:

engineering

Explanation:

8 0
3 years ago
Read 2 more answers
How might you use PowerPoint as a student, as an employee, or personally?
katen-ka-za [31]

Answer: You can use a powerpoint as student for assignments, as an employee for presentations, and personally for taking notes.

Explanation:

7 0
2 years ago
Read 2 more answers
Tony is interviewing with the hiring manager for an IT job.
faust18 [17]
The answer would be B. “Make eye contact.”

Not maintaining eye contact during an interview might give the impression that you are uninterested in what’s happening. Choice A is something that should be done after the interview. Choices C and D are things that should be done before the interview to prepare.
4 0
3 years ago
Which of these is mostly likely to help a teen have healthy online behavior
Damm [24]
What are the choices
8 0
3 years ago
A picture icon that is a direct link to a file program or folder
Tems11 [23]
It's a folder button or desktop button mostly I recomend the folder button

4 0
3 years ago
Other questions:
  • The email application used by Jim’s office is sending emails with viruses attached to them to user’s computers. What step should
    13·2 answers
  • Warning or pop-up that convinces a user that his or her computer or mobile device is infected with a virus or other problem that
    10·1 answer
  • An operating system coordinates the BLANK of a computers operation.
    7·2 answers
  • • The technical support department at your company has informed you that you will be receiving a new computer within the next we
    6·1 answer
  • Describe five examples of civil engineering projects.
    6·1 answer
  • For the function below, which variables have the same scope?
    5·2 answers
  • Which of the following not a hardware componet​
    5·1 answer
  • What is the difference between algorithm and flowchart​
    7·1 answer
  • ¿la tecnología en Venezuela a nivel educativo, es ideal para desarrollar adecuadamente un proceso de Educación a distancia?
    8·1 answer
  • Write a code to load Shepp Logan phantoms and use the radon transform for parallel beam to generate a sinogram for 360 degree ro
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!