![]() |
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" |
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 |
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 |
All times are GMT +1. The time now is 04:07 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com