G
Guest
I have 3 worksheets in a workbook. I have a data
validation list in the 1st worksheet, the first cell in
the validation is blank. The list works fine. However,
when I go to the second worksheet I'm trying to come up
with a formula that says if there is nothing (empty cell)
in the 1st worksheet cell then return nothing in the
second worksheet cell; and if there is something in the
first worksheet cell, return the result. I'm stuck, keep
getting #VALUE! in the second worksheet, any suggestions.
This is my forumula:
=IF(C5="","",C5)&", "&IF(L5="","",L5)&", "&IF
(U5="","",U5)..and so on. Thank you.
validation list in the 1st worksheet, the first cell in
the validation is blank. The list works fine. However,
when I go to the second worksheet I'm trying to come up
with a formula that says if there is nothing (empty cell)
in the 1st worksheet cell then return nothing in the
second worksheet cell; and if there is something in the
first worksheet cell, return the result. I'm stuck, keep
getting #VALUE! in the second worksheet, any suggestions.
This is my forumula:
=IF(C5="","",C5)&", "&IF(L5="","",L5)&", "&IF
(U5="","",U5)..and so on. Thank you.