Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Task Lead Nicole
 
Posts: n/a
Default Formulas (If linked data is not null, then insert "Complete" in ce

I've learned how to create a formula that will insert a word/text into a cell
if its linked data is NOT NULL (from another worksheet)... but can I
differentiate between code/formulas and text in that cell?

In other words, the source cell has formula for a link from yet another
worksheet, so my worksheet cell reads that that cell is NOT NULL even though
there's no text in it.
  #2   Report Post  
Dave R.
 
Posts: n/a
Default

"Task Lead Nicole" wrote in
message ...
I've learned how to create a formula that will insert a word/text into a

cell
if its linked data is NOT NULL (from another worksheet)... but can I
differentiate between code/formulas and text in that cell?


Do you mean NOT BLANK?

In other words, the source cell has formula for a link from yet another
worksheet, so my worksheet cell reads that that cell is NOT NULL even

though
there's no text in it.


A cell with a formula is not blank; but you can use IF to return "". Then
change your formula to look for anything but "" before it proceeds -- i.e.,
IF(A1<"",C1+A1,"").



  #3   Report Post  
Task Lead Nicole
 
Posts: n/a
Default

Yes, I mean "Not Blank"

So, before, I was using =IF(Sheet1!A1<"","X","") but if there's a formula
in that cell, it reads it as Not Blank.
Is there another option?
I'm not sure I understand your response. Which formula (which cells - source
or destination) are you saying I should change?

Thank you.




"Dave R." wrote:

"Task Lead Nicole" wrote in
message ...
I've learned how to create a formula that will insert a word/text into a

cell
if its linked data is NOT NULL (from another worksheet)... but can I
differentiate between code/formulas and text in that cell?


Do you mean NOT BLANK?

In other words, the source cell has formula for a link from yet another
worksheet, so my worksheet cell reads that that cell is NOT NULL even

though
there's no text in it.


A cell with a formula is not blank; but you can use IF to return "". Then
change your formula to look for anything but "" before it proceeds -- i.e.,
IF(A1<"",C1+A1,"").




  #4   Report Post  
Dave R.
 
Posts: n/a
Default

Hi-

I understand you have a cell with that formula

=IF(Sheet1!A1<"","X","")

so even when that cell shows as "", you're right - it's not blank.

The only "other options" depend on how you want to work with that cell or
range of cells that contains that formula. How are you using that cell/cells
in other formulas (or in conditional formatting?) and what would you like to
do?




"Task Lead Nicole" wrote in
message ...
Yes, I mean "Not Blank"

So, before, I was using =IF(Sheet1!A1<"","X","") but if there's a formula
in that cell, it reads it as Not Blank.
Is there another option?
I'm not sure I understand your response. Which formula (which cells -

source
or destination) are you saying I should change?

Thank you.




"Dave R." wrote:

"Task Lead Nicole" wrote in
message ...
I've learned how to create a formula that will insert a word/text into

a
cell
if its linked data is NOT NULL (from another worksheet)... but can I
differentiate between code/formulas and text in that cell?


Do you mean NOT BLANK?

In other words, the source cell has formula for a link from yet

another
worksheet, so my worksheet cell reads that that cell is NOT NULL even

though
there's no text in it.


A cell with a formula is not blank; but you can use IF to return "".

Then
change your formula to look for anything but "" before it proceeds --

i.e.,
IF(A1<"",C1+A1,"").






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
Challenging Charting C TO Charts and Charting in Excel 0 January 17th 05 06:57 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM
insert data from one excel file into another Leonard Excel Discussion (Misc queries) 1 December 2nd 04 12:35 PM
Formulas in source data Ken Charts and Charting in Excel 3 December 1st 04 05:43 PM
Function to automatically insert a new sheet as a result of data entry? Mark Mulik Excel Worksheet Functions 2 November 28th 04 02:21 AM


All times are GMT +1. The time now is 07:23 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"