+ Reply to Thread
Results 1 to 4 of 4

Collect and Move information to another tab based on the type of information (if something

Hybrid View

Calejobe Collect and Move information... 01-26-2016, 07:22 PM
rcm Re: Collect and Move... 01-26-2016, 07:36 PM
Calejobe Re: Collect and Move... 01-26-2016, 07:46 PM
rcm Re: Collect and Move... 01-26-2016, 08:28 PM
  1. #1
    Registered User
    Join Date
    04-15-2014
    Location
    California
    MS-Off Ver
    Excel 2013
    Posts
    11

    Collect and Move information to another tab based on the type of information (if something

    Hello everyone!

    Happy new year !!!!

    I am trying to avoid collect and move information manually and I am sure there is a formula that can help me do this procedure, based on the column criteria.

    I need a formula that will take information from Column "H" only if there is a "YES" an move it to a separate column "K", easy to calculate at the en of the month/year. The other formula, perhaps will be same and it is data on column "H" to column "L" if the cell = "NO". This formula most contain a criteria to ad "zero" in case the space is blank.

    Thank you in advanced!

    See attachment

    CalejobeSample Excel Forumv2.xlsxSample Excel Forumv2.xlsxSample Excel Forumv2.xlsx

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Collect and Move information to another tab based on the type of information (if somet

    in k4 insert
    =IF($J4="Yes",$H4,0)
    in l4 insert
    =IF($J4="No",$H4,0)
    then copy then down as needed

  3. #3
    Registered User
    Join Date
    04-15-2014
    Location
    California
    MS-Off Ver
    Excel 2013
    Posts
    11

    Re: Collect and Move information to another tab based on the type of information (if somet

    RCM,

    Thank you so much !!!

  4. #4
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Collect and Move information to another tab based on the type of information (if somet

    you are welcome, please mark the thread as solved...

+ 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. Replies: 0
    Last Post: 07-15-2015, 07:05 PM
  2. Formula to pull information based on information in different cells.
    By apmi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-26-2014, 03:57 PM
  3. Using User form to filter information based on information on sheet
    By nikadon in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-04-2013, 04:43 PM
  4. Replies: 1
    Last Post: 02-03-2013, 09:54 PM
  5. Collect certain information from table
    By wrangler in forum Excel General
    Replies: 2
    Last Post: 06-21-2012, 05:28 PM
  6. Collect information from 2 different cells in List Validation
    By coldanby in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 07-04-2011, 07:18 AM
  7. collect information from many workbooks using filters
    By valveless in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-15-2008, 09:31 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