The Question I have is with the "indirect" function... I was wondering if there is anyway to include Sheets and maybe workbooks into the function:
i.e.
'Sheet1'!C3="Apples"
(lets pretend the following cells are on sheet2)
Cell A1= 'Sheet1'!
Cell A2= C
Cell A3= 3
Cell A4=A1&A2&A3
=in theory, indirect(A4) would have an expected reference to
'Sheet1'C3 (= "Apples") but instead i get invalid Reference error.
I was wondering if there is any solution to this as it is a very inportant piece in my work and this ability would be a great asset.
Thanks for the time
Bookmarks