Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 10-06-2011, 09:45 AM
jjbNana jjbNana is offline Reporting Values Between Sheets/Tabs Windows XP Reporting Values Between Sheets/Tabs Office 2007
Novice
Reporting Values Between Sheets/Tabs
 
Join Date: Oct 2011
Posts: 2
jjbNana is on a distinguished road
Question Reporting Values Between Sheets/Tabs

Hi,

My formula "=IF('Sheet1'!R8="Y",'Sheet1'!A8)" reports back the value of A8 into 'Sheet2' cell A2, as intended, based on the variable in R8 (line 8 is 1st data/non-header row). However, there are merged cells from A8 all the way down to A78. The next value I want reported if true is A79. The problem is all the merged cells in-between report "FALSE." I cannot get rid of the merged cells/rows, and cannot figure out how to display/report only the true values.

Any help would be greatly appreciated.
Reply With Quote
  #2  
Old 10-06-2011, 10:23 AM
Catalin.B Catalin.B is offline Reporting Values Between Sheets/Tabs Windows Vista Reporting Values Between Sheets/Tabs Office 2007
Expert
 
Join Date: May 2011
Location: Iaşi, Romānia
Posts: 386
Catalin.B is on a distinguished road
Default

you are not using all the arguments of the IF function: IF(logical test;value if true;value if false)
Your formula is missing the value if false! If you omit that, excel will display false if the logical test is not true.
You can try: =IF('Sheet1'!R8="Y",'Sheet1'!A8,"")
or: =IF('Sheet1'!R8="Y",'Sheet1'!A8,0)
Reply With Quote
  #3  
Old 10-06-2011, 12:17 PM
jjbNana jjbNana is offline Reporting Values Between Sheets/Tabs Windows XP Reporting Values Between Sheets/Tabs Office 2007
Novice
Reporting Values Between Sheets/Tabs
 
Join Date: Oct 2011
Posts: 2
jjbNana is on a distinguished road
Default

Thank you, very much. Obviously, I missed the forest for the trees in front of me. That worked (specifying "" to close out the full syntax), but I still have now blank spaces to deal with, vice the "FALSE" values I had before your suggestion. I knew about the last variable, I just didn't originally think I needed it. At least I'm now a step closer to where I need to be.

Now, it is converting the merged cells into now blank cells. How do I get the target sheet to auto sort the blank cells out now, to make the final product idiot-proof for my users?
Reply With Quote
  #4  
Old 10-06-2011, 10:28 PM
Catalin.B Catalin.B is offline Reporting Values Between Sheets/Tabs Windows Vista Reporting Values Between Sheets/Tabs Office 2010 32bit
Expert
 
Join Date: May 2011
Location: Iaşi, Romānia
Posts: 386
Catalin.B is on a distinguished road
Default

Select your range that needs to be sorted, then go to data-sort, sort by column B, sort on values (if your selection has headers, check that box) then click ok. The rows with no values will be placed at the end of the table.
If this is not what you need, then you better be more specific, maybe uploading a sample of your data it's a good idea.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Reporting ManDays on people not fully assigned to the Project Imagios Project 9 10-10-2011 04:36 AM
Linking sheets to fetch transactions from sheets to another waqer Excel 4 09-01-2011 12:35 PM
Resource Overallocation Reporting Mutso Project 0 11-05-2010 12:27 PM
Outlook reporting from mail merge?? jondoyle24 Outlook 0 10-18-2010 06:44 AM
Project Reporting vickib1 Project 0 09-08-2010 03:11 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:03 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft