web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : VbywoAu3X1qIEVzB+A92u0
Power Apps - Building Power Apps
Answered

Inventory Management Adding Existing Quantity from Input Screen to Excel

Like (0) ShareShare
ReportReport
Posted on 14 Mar 2024 21:50:28 by 4

I am using the Barcode scanner to input supplies into the Inventory management system I built in power apps. I am using Excel tables as my data source. 

 

I already have inventory in the excel sheet, specifically quantities of supplies. How can I input the new quantity of supplies received with the excel column already containing the existing quantity updated? (basically how to I add new quantity + existing quantity to get total quantity)?

 

Thank you!!

  • Kimberly112 Profile Picture
    4 on 21 Mar 2024 at 12:09:03
    Re: Inventory Management Adding Existing Quantity from Input Screen to Excel

    Hi @WarrenBelz

    I am trying to take the information (inventory management of medications) using a barcode scanner to obtain 4 different pieces of data required for the inventory and also additional information such as medication name, NDC, dose, qty of boxes/bottles, qty of pills, and a couple more pieces of information that is input into application. 

     

    The reason I am using excel is that I have multiple formulas written into excel to breakdown the information from the barcode because the output is just a string of 50-60 numbers.

     

    I do have SharePoint lists and I could add the formulas into Lists, if that will make it easier.

  • WarrenBelz Profile Picture
    148,894 Most Valuable Professional on 20 Mar 2024 at 21:01:32
    Re: Inventory Management Adding Existing Quantity from Input Screen to Excel

    Hi @Kimberly112 ,

    What are you trying to patch ? Also note that if you have access to SharePoint lists, you should consider changing as Excel is a quite restrictive data source. 

  • Kimberly112 Profile Picture
    4 on 20 Mar 2024 at 13:58:48
    Re: Inventory Management Adding Existing Quantity from Input Screen to Excel

    That seems to work. I am new to Power apps....is there any way you could help with a Patch code for excel as well?

  • Verified answer
    WarrenBelz Profile Picture
    148,894 Most Valuable Professional on 15 Mar 2024 at 00:08:46
    Re: Inventory Management Adding Existing Quantity from Input Screen to Excel

    Hi @Kimberly112 ,

    The figure should be something like this

    LookUp(
     Table,
     BarcodeField = First(BarcodeReaderName.Barcodes).Value
    ).QuantityField + Value(YourNewQuantityBox.Text)

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2