LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Harlan Grove
 
Posts: n/a
Default overcoming nested IF limitations...with VBA?

JLC wrote...
....
What simpler formulas would be possible with the same cell reference on
each sheet?


Your original formula looked malformed. I'm assuming you want the value
of the first nonblank cell from a group of individual cells in
different worksheets. If so, you could put a list of the worksheet
names IN THE ORDER YOU WANT THEM SEARCHED in a range on another
worksheet and name it something like WSLST. If each of these worksheets
used cell B5 for the information you're checking, then you could find
the first nonblank value using an array formula like

=VLOOKUP("?*",T(INDIRECT("'"&WSLST&"'!B5")),1,0)

and if you wanted to change the order in which to search these
worksheets, all you'd need to do is change the order of the worksheet
names in WSLST, and the formulas could be left as-is.

 
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
Nested Subtotals in Excel 2002 KG Excel Discussion (Misc queries) 2 September 10th 05 11:51 AM
Why are my nested sub-totals are displaying incorrectly? chiefdean13 Excel Discussion (Misc queries) 1 July 20th 05 05:45 AM
Nested IF statements John Simons Excel Worksheet Functions 14 February 16th 05 06:17 AM
€śUse of more then 7 nested if statement€ť Faisal Yameen Excel Worksheet Functions 3 January 12th 05 06:02 PM
€śUse of more then 7 nested if statement€ť Faisal Yameen Excel Worksheet Functions 0 January 12th 05 05:17 PM


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

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"