Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
nstx
 
Posts: n/a
Default Conditionally Fill a sheet row if cell value in another sheet 0

I am not sure is this is a function or a simple formula set.

My Sheet 1 "Inventory" has 150 rows of item data with column 2 ("B")
holding an inventory amount .... either 0/empty or a value 0

I would like to populate rows of another fresh Sheet (Sheet 2) only if
Sheet1 Col "B" 0
(i.e. there is inventory of that item)

Thanks
-scot

(I can do this with AutoFilter... but it requires an intermediate sheet for
my work...and confuses our "sharing" of workbooks...so I am looking for a
formula, or if needed a function)







  #2   Report Post  
Roger Govier
 
Posts: n/a
Default Conditionally Fill a sheet row if cell value in another sheet 0

Hi Scot

Try entering in Cell A1 of Sheet2
=IF('Inventory'!B10,'Inventory'!A1,"")
and in Cell B1 of Sheet2
=IF(A1="","",'Inventory'!B1)
Copy A1:B1 down through A2:A150

If you want to get rid of the blank rows, Mark the whole range of data and
Sort on column A. This will move the blank rows to below the rows with data.
If the order is important and needs to be preserved, then before carrying
out the sort, enter 1 in C1, 2 in C2, mark both cells and use the fill
handle to drag down to row 150 and create a series from 1 to 150.
After performing the sort as above, delete the numbers in column C in the
blank rows below your data, then sort the data again by column C to return
it to the previous order. You can then delete column C

--
Regards

Roger Govier


"nstx" wrote in message
...
I am not sure is this is a function or a simple formula set.

My Sheet 1 "Inventory" has 150 rows of item data with column 2 ("B")
holding an inventory amount .... either 0/empty or a value 0

I would like to populate rows of another fresh Sheet (Sheet 2) only if
Sheet1 Col "B" 0
(i.e. there is inventory of that item)

Thanks
-scot

(I can do this with AutoFilter... but it requires an intermediate sheet
for
my work...and confuses our "sharing" of workbooks...so I am looking for a
formula, or if needed a function)









  #3   Report Post  
nstx
 
Posts: n/a
Default Conditionally Fill a sheet row if cell value in another sheet 0

Thanks.. worked perfectly...

When I share (track) the Workbook now.. there is 3 seconds of "Calculating:
100%" that never appeared before. Then the sheet displays... If I turn off
tracking loads normally...

This delay in loading is new...since the formula ...

Anyway thanks for the solution! Works great...!!!
now if I could figure out why sharing this new sheet slows the load down
from0 secs to 4 secs!
Roger Govier wrote in message
...
Hi Scot

Try entering in Cell A1 of Sheet2
=IF('Inventory'!B10,'Inventory'!A1,"")
and in Cell B1 of Sheet2
=IF(A1="","",'Inventory'!B1)
Copy A1:B1 down through A2:A150

If you want to get rid of the blank rows, Mark the whole range of data and
Sort on column A. This will move the blank rows to below the rows with

data.
If the order is important and needs to be preserved, then before carrying
out the sort, enter 1 in C1, 2 in C2, mark both cells and use the fill
handle to drag down to row 150 and create a series from 1 to 150.
After performing the sort as above, delete the numbers in column C in the
blank rows below your data, then sort the data again by column C to return
it to the previous order. You can then delete column C

--
Regards

Roger Govier


"nstx" wrote in message
...
I am not sure is this is a function or a simple formula set.

My Sheet 1 "Inventory" has 150 rows of item data with column 2 ("B")
holding an inventory amount .... either 0/empty or a value 0

I would like to populate rows of another fresh Sheet (Sheet 2) only if
Sheet1 Col "B" 0
(i.e. there is inventory of that item)

Thanks
-scot

(I can do this with AutoFilter... but it requires an intermediate sheet
for
my work...and confuses our "sharing" of workbooks...so I am looking for

a
formula, or if needed a function)











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
Sum of 3 nos. into 1 cell in another sheet relevant to specific da Ellie Excel Discussion (Misc queries) 0 September 19th 05 04:57 PM
Cell linked to a range of cell values in different sheet szeng Excel Discussion (Misc queries) 1 August 9th 05 02:41 AM
Linking a dinamic cell value from one sheet to another KT Excel Discussion (Misc queries) 1 July 17th 05 12:53 AM
How do I make the fill color of a cell on one sheet follow the co. SteelerfanDan Excel Worksheet Functions 2 March 8th 05 09:29 PM
Copy text from same cell on every sheet to title sheet? Jon Excel Discussion (Misc queries) 2 February 9th 05 03:11 PM


All times are GMT +1. The time now is 12:41 AM.

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

About Us

"It's about Microsoft Excel"