I Then logic help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ok. I would think this simple but can't figure it out..
If value cell 'A1" = True
then paset contents of cell from different sheet in same workbook.


=IF(J10,'4. Environment IP Addresses'!B6," ")

The above value is true, but I recieve a #VALUE! error.

Any help is appreciated. Thanks!
 
I would look at cell J10. Chances are that it is not an actual TRUE value.
Try typing the number one in J10 and press enter.

HTH,
Paul
 
Thanks. You were right. The problem now is the contents of the source cell is
multiple lines of text and the formula does not paste the source in the same
manner, which is what i need.

Any ideas?

Example:

10.10.10.10
20.20.20.20
30.30.30.30

result:
10.10.10.10|20.20.20.20|30.30.30.30
 
is your receiving cell formatted for wrap text?

robnet said:
Thanks. You were right. The problem now is the contents of the source cell is
multiple lines of text and the formula does not paste the source in the same
manner, which is what i need.

Any ideas?

Example:

10.10.10.10
20.20.20.20
30.30.30.30

result:
10.10.10.10|20.20.20.20|30.30.30.30
 
Sometimes it is the simplest things! Thank you.

Anyone know if it is possible to concatenate a column of values with empty
cells between? I am erroring out on it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top