Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default supply order form

I created a list of office supplies in Excel that my office regularly use.
What I would like is for the employee to open the worksheet, enter the
quantity of the supply requested and their inititals. The information they
enter is copied to a hidden worksheet that I will use to place the supply
order. I'm using the If function: if "qty" greater than zero, enter "item
no." =IF(B30,A3,""). The problem I'm having is the empty rows that are there
inbetween the items selected to order. Is there a function to use so the rows
that report zero not appear in my hidden worksheet?

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default supply order form

Something along these lines should provide a way for you ..

Assume item nos are listed in A3 down,
quantities entered in B3 down, initials in C3 down

In D3:
=IF(B3="","",IF(B30,ROW(),""))
Leave D1:D2 blank

In E3:
=IF(ROWS($1:1)COUNT($D:$D),"",INDEX(A:A,SMALL($D: $D,ROWS($1:1))))

Copy E3 to G3. Select D3:G3, copy down to cover the max expected extent of
data in cols A to C. Hide away col D. Cols E to G will return the results you
seek, with all lines neatly bunched at the top. Adapt to suit ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"AKSpring" wrote:
I created a list of office supplies in Excel that my office regularly use.
What I would like is for the employee to open the worksheet, enter the
quantity of the supply requested and their inititals. The information they
enter is copied to a hidden worksheet that I will use to place the supply
order. I'm using the If function: if "qty" greater than zero, enter "item
no." =IF(B30,A3,""). The problem I'm having is the empty rows that are there
inbetween the items selected to order. Is there a function to use so the rows
that report zero not appear in my hidden worksheet?

Thank you

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
order form Abe Excel Worksheet Functions 3 January 30th 07 02:40 AM
order form Abe Excel Discussion (Misc queries) 3 January 30th 07 02:29 AM
Order form to BOL? jpletting New Users to Excel 3 September 12th 05 02:35 PM
Has anyone created a good Office Supply order they would share? Supply Order Form? Excel Discussion (Misc queries) 3 July 16th 05 09:52 PM
Order Form Scott MacLellan Excel Discussion (Misc queries) 1 April 28th 05 01:52 PM


All times are GMT +1. The time now is 10:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"