+ Reply to Thread
Results 1 to 5 of 5

Fetch data from the next sheet

  1. #1
    Registered User
    Join Date
    07-08-2012
    Location
    chennai
    MS-Off Ver
    Excel 2019
    Posts
    54

    Fetch data from the next sheet

    Hi,
    I have a data which is downloaded from the excel.
    I need to fetch the data from the excel sheet.
    Example i am attached two sheet one input sheet and another is output sheet.
    I need output like the mentioned in the output sheet.

    Thanks
    sham
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    06-25-2022
    Location
    Ongole, Andhra Pradesh, India
    MS-Off Ver
    Microsoft Office Home & Student 2019
    Posts
    9

    Re: Fetch data from the next sheet

    First transpose the input data from columns to rows - then you can get it.

  3. #3
    Registered User
    Join Date
    07-08-2012
    Location
    chennai
    MS-Off Ver
    Excel 2019
    Posts
    54

    Re: Fetch data from the next sheet

    Hi,

    unable to transpose because the Emp id and Emp name is showing in one column that also need to fetch

    Thanks

  4. #4
    Registered User
    Join Date
    07-08-2012
    Location
    chennai
    MS-Off Ver
    Excel 2019
    Posts
    54

    Re: Fetch data from the next sheet

    Hi,
    Can any guide on the above

    Thanks

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,547

    Re: Fetch data from the next sheet

    This formula based proposal employs four helper columns (D:G) on the Input sheet.
    Column D displays the name using: =IF(AND($A2<>"",$B2=""),LEFT(A2,SEARCH(" ",A2)-1),D1)
    Column E displays the ID using: =IF(AND($A2<>"",$B2=""),MID(A2,SEARCH("(",A2)+1,3),E1)
    Column F displays the month using: =IF(A2="Sl No",C2,F1)
    Column G displays true/false (whether or not a row should be included in the output) using: =AND(B2<>"",B2<>"Pay Type")
    On the output sheet columns H:L display the desired output using formulas similar to:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Formula to fetch the data from other sheet
    By FUN2BALA in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 07-25-2018, 06:34 AM
  2. To fetch data from sheet 2 based on the selections made on sheet 1
    By maryflower in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-24-2017, 03:22 PM
  3. Data Fetch From One Sheet to Another Sheet Based on Check Box
    By Sanjibghosh in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-02-2016, 10:56 AM
  4. Macro to fetch data from one sheet to another
    By Nirmall in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-18-2015, 04:55 AM
  5. macro to loop through data sheet , fetch 8 rows at a time and put in new sheet
    By nyree in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-04-2015, 01:46 AM
  6. [SOLVED] How to fetch data from one sheet in excel and insert into another sheet using VB
    By gokul1242 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-27-2012, 11:38 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