Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
 
Posts: n/a
Default lookup or table, not sure what to do


I've got a fairly complicated workbook. The lead worksheet
picks up matching cell info in several other worksheets.
I'd like to have a duplicate of this lead sheet that,
instead of returning the "sum" formula result, would
return a list of which worksheets in the formula have a
value that is not zero.

Basically, I need to know which worksheets are producing
values for each cell. More like a reference page. I could
see that cell D15 in my lead worksheet is picking up non-
zero values in 3 of the other worksheets because the cell
would list either the worksheet names or some other cell
that would identify the worksheets.

Does this make sense? I'm not even sure where to begin.
Lookup or some kind of table? I really have no idea,
though I'm positive there's a way to do this. Thanks.

  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

A Brewer,

You would need to use a fairly simple formula (though a lengthy one) for
each cell that you wanted to track. For example, if you wanted to track
cell D15 (which was summing all of the D15 from the other sheets) then you
would use a formula like:

=IF(Sheet1!D15<"","From Sheet1 ","") & IF(Sheet2!D15<"","From Sheet2 ","")

and include an & IF(....) for each of your sheets.

Then you can copy it to all the other cells that you want to track.

HTH,
Bernie
MS Excel MVP

" wrote in message
...

I've got a fairly complicated workbook. The lead worksheet
picks up matching cell info in several other worksheets.
I'd like to have a duplicate of this lead sheet that,
instead of returning the "sum" formula result, would
return a list of which worksheets in the formula have a
value that is not zero.

Basically, I need to know which worksheets are producing
values for each cell. More like a reference page. I could
see that cell D15 in my lead worksheet is picking up non-
zero values in 3 of the other worksheets because the cell
would list either the worksheet names or some other cell
that would identify the worksheets.

Does this make sense? I'm not even sure where to begin.
Lookup or some kind of table? I really have no idea,
though I'm positive there's a way to do this. Thanks.



  #3   Report Post  
A Brewer
 
Posts: n/a
Default

Thanks, i'll give that a try.


-----Original Message-----
A Brewer,

You would need to use a fairly simple formula (though a

lengthy one) for
each cell that you wanted to track. For example, if you

wanted to track
cell D15 (which was summing all of the D15 from the other

sheets) then you
would use a formula like:

=IF(Sheet1!D15<"","From Sheet1 ","") & IF(Sheet2!

D15<"","From Sheet2 ","")

and include an & IF(....) for each of your sheets.

Then you can copy it to all the other cells that you want

to track.

HTH,
Bernie
MS Excel MVP

"

wrote in message
...

I've got a fairly complicated workbook. The lead

worksheet
picks up matching cell info in several other worksheets.
I'd like to have a duplicate of this lead sheet that,
instead of returning the "sum" formula result, would
return a list of which worksheets in the formula have a
value that is not zero.

Basically, I need to know which worksheets are producing
values for each cell. More like a reference page. I

could
see that cell D15 in my lead worksheet is picking up

non-
zero values in 3 of the other worksheets because the

cell
would list either the worksheet names or some other cell
that would identify the worksheets.

Does this make sense? I'm not even sure where to begin.
Lookup or some kind of table? I really have no idea,
though I'm positive there's a way to do this. Thanks.



.

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
How to create a lookup table with an added varable? GIZZMO Excel Worksheet Functions 3 April 6th 09 10:32 PM
lookup misses the first entry in table Spunky Excel Worksheet Functions 1 January 17th 05 08:29 PM
Index table lookup anomaly Carole O Excel Worksheet Functions 9 December 9th 04 04:33 PM
Lookup Table Ben Excel Worksheet Functions 7 November 30th 04 07:05 PM
double lookup, nest, or macro? Josef.angel Excel Worksheet Functions 1 October 29th 04 09:50 AM


All times are GMT +1. The time now is 07:06 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"