Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to set up Excel to run an Inventory spreadsheet for my lab, with
at least four columns: Consumable Name, Current Amount in Stock, Minimum Amount Needed in Stock, and Unit of Measure. I'd really like to have a program set up to print out on another spreadsheet what consumables are at or below the minimum amount needed as an easy-read purchasing list. In traditional programming, I'd need to define two variables, a RowNumber and a PrintToRowNumber. I'd set up a While() statement to run while there is a value in the Consumables Name column (we may have varying total number of consumables), which would then IF() to determine if a value is below its minimum and then print out each consumable testing TRUE to a unique row in the second spreadsheet, ala shopping lists. Each iteration of a print would then increase the value of PrintToRowNumber by 1, and each iteration of the entire While() loop would increase RowNumber by 1. How is this best accomplished in Excel? Is there an easier method to find values less than their designated minimum? Thanks! Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional If Statements | Excel Discussion (Misc queries) | |||
Conditional If Statements | Excel Worksheet Functions | |||
Conditional statements | Excel Worksheet Functions | |||
Conditional Statements Help! | Excel Discussion (Misc queries) | |||
Conditional Statements | Excel Discussion (Misc queries) |