+ Reply to Thread
Results 1 to 8 of 8

looking for a way to take what i need on a shopping list and show it as a list elsewhere.

  1. #1
    Registered User
    Join Date
    11-27-2017
    Location
    Florida
    MS-Off Ver
    2010
    Posts
    4

    looking for a way to take what i need on a shopping list and show it as a list elsewhere.

    So i've been at this for a while now and i give... I have a inventory list for shopping that i have been working on to automate. As of now everything is fine but i want to know if there is a way to sort out only the items that are needed to a spot
    on excel. For example i have the product in column A, and qty needed in column D. my hopes are i can show only what is needed to order starting at cell H27 where it will include the product from Column A based on if D shows greater than zero. however will not populate anything if the value is zero and will simply look over it. Thanks for any help in advance.

    Situation:
    Eggs | 1 |
    Milk | 1 |
    Strawberry | 0 |
    Bread | 2 |

    Hopes: (will not show strawberry as it has a zero value and will not show up)
    Eggs | 1 |
    Milk | 1 |
    Bread | 2 |

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: looking for a way to take what i need on a shopping list and show it as a list elsewhe

    .
    Folks sometimes get confused when questions are asked and fail to answer all of the questions. Answering helps our understanding.

    #1 What is the purpose of copying what is ordered to H27 ?

    #2 Please post a copy of your workbook with existing format and how it should look after you input the order ?

    #3 You may be able to simplify everything buy just having A : D columns. Then using the DATA FILTER, you can show only those rows marked as 'Ordered' and if
    necessary, print just those rows.

  3. #3
    Registered User
    Join Date
    11-27-2017
    Location
    Florida
    MS-Off Ver
    2010
    Posts
    4

    Re: looking for a way to take what i need on a shopping list and show it as a list elsewhe

    Hey Logit,

    H27 would be where i would like the condensed list of what needs to be ordered to start. I know some may try to write out the formula so i just threw it there in case of that.

    Untitled.png - not sure if this image will work. Will change if not.

    I order all my items online so i dont really print them out. Rather than going line by line i was hoping there was some way to show only what needs to be ordered in the other area.

    If any more question i can help clarify let me know. Or if a specific function could be used i can research on how it works on my own to save others some time.

    Thanks again.
    Daniel

  4. #4
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: looking for a way to take what i need on a shopping list and show it as a list elsewhe

    .
    This works well here :

    Please Login or Register  to view this content.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    11-27-2017
    Location
    Florida
    MS-Off Ver
    2010
    Posts
    4

    Re: looking for a way to take what i need on a shopping list and show it as a list elsewhe

    Logit,

    Pretty darn close... when i change something to 2 or more it doesnt show.
    Attached Files Attached Files

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: looking for a way to take what i need on a shopping list and show it as a list elsewhe

    Change

    shA.Range("$A$5:A" & LastRow).AutoFilter Field:=1, Criteria1:="1"

    to

    shA.Range("$A$5:A" & LastRow).AutoFilter Field:=1, Criteria1:=">0"

  7. #7
    Registered User
    Join Date
    11-27-2017
    Location
    Florida
    MS-Off Ver
    2010
    Posts
    4

    Re: looking for a way to take what i need on a shopping list and show it as a list elsewhe

    Amazing... Thanks Logit and John. Made my wife very happy. Thread solved.

  8. #8
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: looking for a way to take what i need on a shopping list and show it as a list elsewhe

    .
    John .. thanks for the assist.

    You are welcome Daniel.

    Cheers.

+ 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. Making shopping list work for me
    By Dibble708 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 06-07-2017, 08:34 PM
  2. [SOLVED] Complie a shopping list from meal planner??
    By Reddhotpoker in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-24-2017, 01:04 PM
  3. Shopping list creator
    By DrPips in forum Excel General
    Replies: 17
    Last Post: 09-23-2015, 10:39 AM
  4. Shopping list
    By Shawn1973 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-26-2013, 07:48 PM
  5. Excel 2007 : Shopping list/ product list
    By ERO in forum Excel General
    Replies: 0
    Last Post: 09-02-2011, 03:07 AM
  6. Itemized shopping list
    By jerryjaysr in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-05-2007, 12:33 PM
  7. Excel Shopping List
    By robertguy in forum Excel General
    Replies: 1
    Last Post: 10-21-2005, 05:05 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