No idea what you mean with "DI&WARE", but it certainly doesn't give you I34 of any of the sheets.
For simplicity I use B1 and C1 in this example, and <>"" to test for an empty cell.
=IF(B1<>"",IF(C1<>"","ERROR",B1),C1)

Signature
Kind regards,
Niek Otten
Microsoft MVP - Excel
| > What formula and what values of the input cells gave you #NAME?
| >
[quoted text clipped - 40 lines]
|
| Thanks for the help
pignataro1@cox.net - 11 Dec 2007 14:07 GMT
> No idea what you mean with "DI&WARE", but it certainly doesn't give you I34 of any of the sheets.
>
[quoted text clipped - 53 lines]
> |
> | Thanks for the help
Niek,
This is really close. The only issue is on the DI sheet, when I
put in 2cs or any other text/numbers, it comes up with ERROR. I would
like ERROR to show only when both sheets have text and or numbers in
them. Ware and DI are the names of the sheets I'm referring too.
Here's the formula:
=IF('Pietra Majella DI'!$I$34<>"",IF('Pietra Majella Ware'!$I
$34<>"","ERROR",'Pietra Majella DI'!$I$34),'Pietra Majella Ware'!$I
$34)
Thanks
Niek Otten - 11 Dec 2007 16:55 GMT
Probably because there are spaces in the other cell.
If you really need spaces to be treated as empty cells, you'll need the kind of test you already had, with TRIM and checking the
length of the string.

Signature
Kind regards,
Niek Otten
Microsoft MVP - Excel
| > No idea what you mean with "DI&WARE", but it certainly doesn't give you I34 of any of the sheets.
| >
[quoted text clipped - 66 lines]
|
| Thanks
pignataro1@cox.net - 11 Dec 2007 17:13 GMT
> Probably because there are spaces in the other cell.
> If you really need spaces to be treated as empty cells, you'll need the kind of test you already had, with TRIM and checking the
[quoted text clipped - 77 lines]
> |
> | Thanks
Thanks for the help-it is working once I cleared the cells out so I
now see the difference. On a seperate question-I have this formula
='VT by Brand 07-09'!R6
I want to go refer back to it in the next cell down but add 6 lines
and go to that cell. So in other words:
='VT by Brand 07-09'!r12 would be the final result. The next line of
data is another 6 lines down. Is there a way to always refer back to
the first cell with the originnal formula and then go to lines or add
6 to get the result of line 12 or 18 or 24? That way when I change
the 1 formula in the 1 cell next month, it will change the entire
sheet?
Thank you for all the assistance