A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Display value from another workbook, if less than display a blank



 
 
Thread Tools Display Modes
  #1  
Old July 27th, 2006, 06:54 AM posted to microsoft.public.excel.worksheet.functions
aldutson
external usenet poster
 
Posts: 1
Default Display value from another workbook, if less than display a blank

I want to display the value of a cell from another workbook. If the cell
from the other worksheet is empty or the value is "0" then I want to display
a blank cell rather than a "0"
  #2  
Old July 27th, 2006, 07:37 AM posted to microsoft.public.excel.worksheet.functions
VBA Noob
external usenet poster
 
Posts: 1
Default Display value from another workbook, if less than display a blank


Hi,

Use a if statement and isn't blank ""

Adapt the formula to your sheet name and cell ref

=IF([Book2]Sheet5!$C$7"",[Book2]Sheet5!$C$7,"")

VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=565475

  #3  
Old July 27th, 2006, 08:45 AM posted to microsoft.public.excel.worksheet.functions
David Biddulph
external usenet poster
 
Posts: 601
Default Display value from another workbook, if less than display a blank

"aldutson" wrote in message
...
I want to display the value of a cell from another workbook. If the cell
from the other worksheet is empty or the value is "0" then I want to
display
a blank cell rather than a "0"


=IF(OR(ISBLANK([Book2]Sheet1!$A$1),[Book2]Sheet1!$A$1=0),"",[Book2]Sheet1!$A$1)
--
David Biddulph


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
what to do when a blank page appears when excel workbook opened? excel_user General Discussion 2 September 18th, 2004 10:25 AM
open a blank workbook R.VENKATARAMAN General Discussion 3 September 12th, 2004 06:44 AM
New Blank Workbook John E. Setting up and Configuration 2 April 20th, 2004 12:01 PM
line graph display 0 for blank cells Mark Charts and Charting 1 January 27th, 2004 11:48 PM
Leave cell blank when linked to another workbook Wesley Sparks Worksheet Functions 2 October 4th, 2003 01:28 AM


All times are GMT +1. The time now is 10:37 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.