#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Nested if issue

Friends,

I am trying to compare cells of 9 seperate worksheets to evaulate if the
cell is an non-blank and store it in a master sheet. I will then drag and
expand the cell in master and map it with other cells in the 9 sheets.


It is very easy to accomplish using nested if, however excel will allow for
only 7 levels.

the formula is as follows:

=if(isblank('c:\[WBK1.xls]sheet1'!A1), 'c:\[WBK1.xls]sheet1'!A1,

if(isblank('c:\[WBK2.xls]sheet1'!A1), 'c:\[WBK2.xls]sheet1'!A1,
....
....
(isblank('c:\[WBK9.xls]sheet1'!A1), 'c:\[WBK9.xls]sheet1'!A1,


Can anyone suggest an alternative to accomplish this solution.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Nested if issue

I think I responded to this yeserday - check your earlier posts.

Pete

On Aug 21, 12:11*pm, Harish Sharma
wrote:
Friends,

I am trying to compare cells of 9 seperate worksheets to evaulate if the
cell is an non-blank and store it in a master sheet. I will then drag and
expand the cell in master and map it with other cells in the 9 sheets.

It is very easy to accomplish using nested if, however excel will allow for
only 7 levels.

the formula is as follows:

=if(isblank('c:\[WBK1.xls]sheet1'!A1), 'c:\[WBK1.xls]sheet1'!A1,

if(isblank('c:\[WBK2.xls]sheet1'!A1), 'c:\[WBK2.xls]sheet1'!A1,
...
...
(isblank('c:\[WBK9.xls]sheet1'!A1), 'c:\[WBK9.xls]sheet1'!A1,

Can anyone suggest an alternative to accomplish this solution.


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
IF with nested AND Joco Excel Discussion (Misc queries) 12 July 15th 08 07:36 PM
Nested IF? Toria Excel Worksheet Functions 3 June 12th 08 08:51 AM
Nested if Nigel Excel Discussion (Misc queries) 6 April 11th 08 09:58 PM
A somewhat complex (to me at least) Nested IF issue The Narcissist Excel Worksheet Functions 0 January 23rd 08 12:07 AM
nested if based on nested if in seperate sheet. how? scouserabbit Excel Worksheet Functions 5 March 2nd 07 04:03 PM


All times are GMT +1. The time now is 08:16 PM.

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"