+ Reply to Thread
Results 1 to 4 of 4

Need each companies sale for specific date, Specific Week, Specific Month from other sheet

  1. #1
    Registered User
    Join Date
    03-31-2022
    Location
    India
    MS-Off Ver
    2019
    Posts
    46

    Need each companies sale for specific date, Specific Week, Specific Month from other sheet

    On "Source Data Sheet", There is Day by Day sale for each company.
    On Entry Sheet, I want to pool data as per Date mentioned in B2 Cell. Whenever I will change Date in B2 then data for newly entered Date will come in front of Company Name.

    Same way Highest sale and Lowest sale for each company for specific month I mentioned in Reference Cell i.e. D2:E2

    Same way I want Data for Specific Week and reference cell G2:H2 is having Week Reference Dates

    Attached excel sheet is having more explanation.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,749

    Re: Need each companies sale for specific date, Specific Week, Specific Month from other s

    I had to change one of the dates to a real date 2022 not 20222

    i have used
    SUMIFS()
    =SUMIFS('Source Data Sheet'!$C$2:$C$161,'Source Data Sheet'!$A$2:$A$161,'Entry Sheet'!A4,'Source Data Sheet'!$B$2:$B$161,'Entry Sheet'!B$2)
    MAXIFS()

    =MAXIFS('Source Data Sheet'!$C$2:$C$161,'Source Data Sheet'!$A$2:$A$161,'Entry Sheet'!A4,'Source Data Sheet'!$B$2:$B$161,">="&'Entry Sheet'!D$2,'Source Data Sheet'!$B$2:$B$161,"<="&'Entry Sheet'!E$2)

    =MAXIFS('Source Data Sheet'!$C$2:$C$161,'Source Data Sheet'!$A$2:$A$161,'Entry Sheet'!A4,'Source Data Sheet'!$B$2:$B$161,">="&'Entry Sheet'!G$2,'Source Data Sheet'!$B$2:$B$161,"<="&'Entry Sheet'!H$2)

    MINIFS()

    =MINIFS('Source Data Sheet'!$C$2:$C$161,'Source Data Sheet'!$A$2:$A$161,'Entry Sheet'!A4,'Source Data Sheet'!$B$2:$B$161,">="&'Entry Sheet'!D$2,'Source Data Sheet'!$B$2:$B$161,"<="&'Entry Sheet'!E$2)

    =MINIFS('Source Data Sheet'!$C$2:$C$161,'Source Data Sheet'!$A$2:$A$161,'Entry Sheet'!A4,'Source Data Sheet'!$B$2:$B$161,">="&'Entry Sheet'!G$2,'Source Data Sheet'!$B$2:$B$161,"<="&'Entry Sheet'!H$2)



    spreadsheet attached -
    BUT i will just recheck the results, as not happy with the MIN of zero
    edit - OK , row 62 has zero 0 for HINDALCO, so did not see that - and then filtered - so ALL OK
    Last edited by etaf; 04-02-2022 at 10:37 AM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    03-31-2022
    Location
    India
    MS-Off Ver
    2019
    Posts
    46

    Re: Need each companies sale for specific date, Specific Week, Specific Month from other s

    Hi ETAF,

    Thanks for the reply. Your formula worked for me and I really thanks for timely Help. Even I am sorry for not replying on Time due to some health issue.

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,749

    Re: Need each companies sale for specific date, Specific Week, Specific Month from other s

    you are welcome
    sorry to hear you have health issues, hope you get well soon

+ 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. finding a specific date based on the day of the week and the day of the month
    By mrxsimonix in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-01-2022, 05:38 AM
  2. [SOLVED] SUMIF with Specific date & name in next sheet with month name
    By nandhavnk in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-12-2019, 05:32 AM
  3. [SOLVED] Finding specific amount at specific date for specific person
    By Roshan.Shakya in forum Excel General
    Replies: 3
    Last Post: 05-13-2019, 11:48 AM
  4. [SOLVED] create specific event at specific time every week
    By mazan2010 in forum Excel Formulas & Functions
    Replies: 47
    Last Post: 08-04-2016, 03:42 PM
  5. [SOLVED] macro to copy specific columns and rows for a specific month and week
    By Shellybelly in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-23-2015, 11:23 AM
  6. Update date Specific cell by use Specific Month
    By Nisar.mohammed in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-27-2014, 11:26 AM
  7. [SOLVED] Copy rows with specific text in specific column into specific sheet
    By Valemaar in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 08-22-2014, 03:23 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