How to access a nested function from another nested function in javascript?

Nested IF function to pull back text based on dates?

  • I need a nested IF function in Excel - I would like it to report back with a status based on what columns have dates. If column B contains a date, then display "Created", ...show more

  • Answer:

    Try =IF(B1>1,"Created",IF(C1>1,"Delivered",I... Change B1 to the cell in column B, C1 to the cell column C, and D1 to the cell in column D You may need to do it in reverse order to prevent the cell showing an error, ie accepted first and created last

YUVAUO3MCRNVB2MGV6SRBRWJQI at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.