Consulting

Results 1 to 3 of 3

Thread: Fill cells

  1. #1

    Fill cells

    Good Morning,

    I need a formula that fills the cells as follows:

    Cell B14 - Show the step that is in process, the analysis is done as follows, it is checked if the previous step is already with "S" in the FINALIZED column).

    Cell B16 - Show the next step of the process, the analysis is done in the following way, it is verified in the next line if there is value in column C, if there is no pass to the next step, if

    there is the next step.


    Attached example


    Thank you
    Attached Files Attached Files

  2. #2
    VBAX Expert Leith Ross's Avatar
    Joined
    Oct 2012
    Location
    San Francisco, California
    Posts
    552
    Location
    Hello Romulo,

    Type this formula into cell B14 =IFERROR(INDEX(B2:B11,MATCH(TRUE,(E2:E11<>"S"),0)),0)
    Use CONTROL+SHIFT+ENTER to confirm the entry.

    Type this formula into cell B16 =IFERROR(INDEX(B2:B11,MATCH(TRUE,C2:C11="",0)+1),0)
    Use CONTROL+SHIFT+ENTER to confirm the entry.
    Sincerely,
    Leith Ross

    "1N73LL1G3NC3 15 7H3 4B1L17Y 70 4D4P7 70 CH4NG3 - 573PH3N H4WK1NG"

  3. #3
    Leith Ross,

    Good evening,

    It worked, thanks again for the help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •