+ Reply to Thread
Results 1 to 3 of 3

Simple Extract cell contents per input conditions

  1. #1
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Simple Extract cell contents per input conditions

    Hello Friends

    The cells values Column A to E is being populated by formulas.

    Now the `NR' will be constant and remaining will be variable i.e., will change.

    1) If all 5 cells from A to E in row is `NR' then plot NR by formula in light yellow cell.
    2) If another one variable with or without `NR' then plot the variable.
    3) If with or without `NR' if more than one variable then plot `Stop'.

    thanks in advance.
    Sekar

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Simple Extract cell contents per input conditions

    G1=IFERROR(IF(COUNTIF(A1:E1,LOOKUP(2,1/(A1:E1<>"NR"),A1:E1))+COUNTIF(A1:E1,"NR")=COUNTA(A1:E1),LOOKUP(2,1/(A1:E1<>"NR"),A1:E1),"Stop"),"NR")
    Try this and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Re: Simple Extract cell contents per input conditions

    Hello Siva

    Thank you, This helps me to extract the required attribute.

    thanks again.

    thanks & thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] How to extract certain contents in a cell
    By banker123 in forum Excel General
    Replies: 3
    Last Post: 04-16-2014, 10:04 AM
  2. Need simple way to copy a cell's contents upon double-click.
    By Ruark in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-02-2013, 12:18 AM
  3. [SOLVED] Validating contents of a cell on input based on the contents of another cell
    By Saigonet in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-03-2012, 03:07 AM
  4. [SOLVED] Extract some contents from cell
    By plasma33 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-21-2012, 05:26 AM
  5. [SOLVED] Code to evaluate contents of one cell then write new values into new cell (Simple IF Stmt)
    By clemsoncooz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-05-2012, 11:54 AM
  6. Can the contents of a Cell be copied to another Cell by simple Hovering?
    By e4excel in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-30-2010, 09:13 AM
  7. Lookup and extract contents from a cell
    By makku in forum Excel General
    Replies: 2
    Last Post: 02-04-2009, 05:18 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1