+ Reply to Thread
Results 1 to 3 of 3

Require help to pull figure base on +, - character.

  1. #1
    Forum Contributor
    Join Date
    07-16-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    124

    Require help to pull figure base on +, - character.

    Hi All,

    I want to pull data within the spreadsheet base on the positive and negative number.

    Scenario

    In sheet 3 I have pivoted data. Column “F” having number + ,- as material inward and outward. (Material numbers are unique)

    Require result in sheet 4, Column “F” is inward and “G” is outward. If figure will positive it will consolidated in “F” and if figure is negative it will consolidate in “G”.

    Sample sheet is attached for your reference.

    Any help will appreciate.

    Thanks in advance.

    Regards

    Amar K
    Attached Files Attached Files

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,645

    Re: Require help to pull figure base on +, - character.

    May be
    F4=MAX(0,VLOOKUP($B4,Sheet3!$A$1:$F$26,6,0))
    G4=-MIN(0,VLOOKUP($B4,Sheet3!$A$1:$F$26,6,0))
    Quang PT

  3. #3
    Forum Contributor
    Join Date
    07-16-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    124

    Re: Require help to pull figure base on +, - character.

    Hi BEBO,

    It works very well, thanks for kindly cooperation, and sharing valuable information.

    God bless you,

    Regards

    Amar K

+ 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: 2
    Last Post: 12-02-2013, 03:29 PM
  2. Require a return of Complete or incomplete base on information in a cell
    By ROB40160 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-12-2012, 11:17 AM
  3. find matched character and pull it next to the cell
    By dontdont in forum Excel General
    Replies: 3
    Last Post: 11-24-2011, 05:36 AM
  4. Pull Single Character
    By Sumits96 in forum Excel General
    Replies: 2
    Last Post: 08-30-2011, 06:00 PM
  5. To pull figure from a matrix by using three criteria
    By leongkeat in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-10-2007, 08:17 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