+ Reply to Thread
Results 1 to 3 of 3

Excel formula for day month year and amount

  1. #1
    Registered User
    Join Date
    05-29-2018
    Location
    UAE
    MS-Off Ver
    2019
    Posts
    75

    Excel formula for day month year and amount

    Hi ,

    I have an excel sheet which need to extract data from multiple tab . Now my issue is i am unable to extract dd-mm-yyyy in master sheet with amount .

    I need the data from "Sales register Tab" dd-mm-yyyyy format in master sheet column i5 and in i13 and the amount .

    This data should change according to drop down list . Can any one help for me.???
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Excel formula for day month year and amount

    Try this in I5, Array confirmed with Ctrl Shift Enter

    =IFERROR(SMALL(IF(INDEX('Sales Register'!$AE$5:$BW$146,MATCH($B5,'Sales Register'!$I$5:$I$146,0),0),'Sales Register'!$AE$4:$BW$4),COLUMNS($I5:I5)),"")

    and this in I6

    =IF(I5="","",INDEX('Sales Register'!$AE$5:$BW$146,MATCH($B5,'Sales Register'!$I$5:$I$146,0),MATCH(I5,'Sales Register'!$AE$4:$BW$4,0)))

    Drag both right to fill the table.

    Use the same formulas for the second part, changing the ranges as needed.

  3. #3
    Registered User
    Join Date
    05-29-2018
    Location
    UAE
    MS-Off Ver
    2019
    Posts
    75

    Re: Excel formula for day month year and amount

    Thanks a lot .I really helped me .

+ 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 help determining amount $ per year amount from scale
    By saniafe in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-19-2015, 04:56 PM
  2. Replies: 1
    Last Post: 03-24-2015, 01:42 PM
  3. Need to convert Month/Date/Year to Year/Month/Date so excel will recognize
    By juliettelam in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-25-2014, 04:17 PM
  4. Excel formula to insert day month or year, preferably non VBA
    By cybnexcel in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 04-19-2014, 06:49 PM
  5. [SOLVED] Formula for amount on previous month based on current month
    By Yu Marquez in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-21-2014, 12:42 AM
  6. Replies: 4
    Last Post: 02-14-2010, 05:21 AM
  7. Make excel formula recognize month and current year
    By Captain Carrot in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-23-2009, 12:13 PM

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