I'm using Excel 2011. I have a spreadsheet created that has 6 tabs. One tab is the master tab where all the information is entered and then I have 5 tabs that are all names of departments. I want to have the user enter in the information on to the Master tab. The department tabs all have "IF" functions written in so that IF the code given to the row is for example W, then it will reference it on the W tab, if not it will leave it blank.
I have TWO problems.
1. When my department tab looks up the master tab, if there is no information it is leaving a 0, even though in my statement I have instructed it to be ""
=IF(Master!A1="w", Master!A1, "")
2. The other and more pressing problem is that one of the cells contains a picture and this also needs to be referenced across into the department tab.
If anyone could offer any help at all I would really really appreciate it!!!
I have TWO problems.
1. When my department tab looks up the master tab, if there is no information it is leaving a 0, even though in my statement I have instructed it to be ""
=IF(Master!A1="w", Master!A1, "")
2. The other and more pressing problem is that one of the cells contains a picture and this also needs to be referenced across into the department tab.
If anyone could offer any help at all I would really really appreciate it!!!