I'm at a new job, have learned how to work with some excel files. With the files I'm working on there's 2 main tabs, Input (where I do my work) and Entry. In the Entry tab I just see an output which comes from the Input tab.
So far simple enough. The problem I have is at some points some data in the Entry tab doesnt appear. I get that #REF! error. I want to figure out how to decode this. I dont know if this is even something that CAN be explained on a forum, but if it can I'd be grateful. I'm not looking for you to tell me what this means in this case, I'm trying to figure out when there's sooooo many variables / dependencies in a formula how do you even start going about trying to figure it out. If its a few words I can do so but if you look at this really nasty piece of text you kinda get an idea.
The formula which sometimes gives me problems is:
=IF(U18="","",IF(AND(INPUT!$C$9="",INPUT!$C$9="Store to Store Tfr"),INPUT!N2&" "&INPUT!$C$9,IF(INPUT!$C$9="",INPUT!M2&" #"&INPUT!N2,INPUT!$C$9)))
Remember Input is the Input tab.
So far simple enough. The problem I have is at some points some data in the Entry tab doesnt appear. I get that #REF! error. I want to figure out how to decode this. I dont know if this is even something that CAN be explained on a forum, but if it can I'd be grateful. I'm not looking for you to tell me what this means in this case, I'm trying to figure out when there's sooooo many variables / dependencies in a formula how do you even start going about trying to figure it out. If its a few words I can do so but if you look at this really nasty piece of text you kinda get an idea.
The formula which sometimes gives me problems is:
=IF(U18="","",IF(AND(INPUT!$C$9="",INPUT!$C$9="Store to Store Tfr"),INPUT!N2&" "&INPUT!$C$9,IF(INPUT!$C$9="",INPUT!M2&" #"&INPUT!N2,INPUT!$C$9)))
Remember Input is the Input tab.