#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default IF Question

Hi, everybody!
I have two sheet: SHEET1 and SHEET3. In the SHEET1 I have almost 600 rows
data. In SHEET3 I have 4 criteria boxes D132, H132, I132 and J132. After this
in SHEET3 J242 cell I wrote
=IF(Sheet1!I109<Sheet3!$I$132,"",IF(Sheet1!D109<Sh eet3!$D$132,"",IF(Sheet1!H109Sheet3!$H$132,"",IF( Sheet1!J109=Sheet3!$J$132,Sheet1!J109,""))))
.. Everything is working fine. The first question is: Can I write one more IF
criteria in this cell or not because I heard the maximum is 4. Second
question is: Now in SHEET3 I can see the result of my criteria but example a
couple in row 242, 243, 244, 248, 252, 254. How can I see them together
without empty rows?
--
Many thanks for your help in advance. Have a wonderful day!
Zsolt
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default IF Question


"Zsolt Szabó" wrote in message
...
Hi, everybody!
I have two sheet: SHEET1 and SHEET3. In the SHEET1 I have almost 600 rows
data. In SHEET3 I have 4 criteria boxes D132, H132, I132 and J132. After
this
in SHEET3 J242 cell I wrote
=IF(Sheet1!I109<Sheet3!$I$132,"",IF(Sheet1!D109<Sh eet3!$D$132,"",IF(Sheet1!H109Sheet3!$H$132,"",IF( Sheet1!J109=Sheet3!$J$132,Sheet1!J109,""))))
. Everything is working fine. The first question is: Can I write one more
IF
criteria in this cell or not because I heard the maximum is 4.


4 is not the limited, 7 Nested statements is the limit. You can simplify it

=IF(AND(Sheet1!I109<Sheet3!$I$132,Sheet1!D109<Shee t3!$D$132,Sheet1!H109Sheet3!$H$132Sheet1!J109<She et3!$J$132),"",Sheet1!J109,"")

Adding another would be simple.


Second
question is: Now in SHEET3 I can see the result of my criteria but example
a
couple in row 242, 243, 244, 248, 252, 254. How can I see them together
without empty rows?



Can you clarify what you mean here?


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
Possibly a loaded question, but I think mileslit Excel Discussion (Misc queries) 1 September 10th 05 01:18 AM
How do I find and replace a question mark in Excel? Ranpalandil Excel Discussion (Misc queries) 1 September 7th 05 10:20 PM
Newbie With A Question Michael Excel Worksheet Functions 0 July 28th 05 11:50 PM
Anybody Help with previous question Anthony Excel Discussion (Misc queries) 1 July 26th 05 01:26 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM


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