So I have a pretty complicated formula that took me quite some time to figure out. Everything is finally working until I reached the final bit where I copy and paste values over to the actual sheet. Often times the formula doesn't have a number to do its
equation on, which is fine and to be expected. But for some reason when I copy and paste values anything that had a formula but no numbers causes a #VALUE! error which in turns breaks the whole formula. Whats weird is when I click into the cell and click away
without making any changes the problem corrects itself. Simplified Example:
My formula starts with a percentage (A1), on B1 I put in a percentage I think will work, C1 takes from B1 and divides with D1( a set number depending on the size of what we're working on.) so C1:C10 all have this equation. Now I copy and paste values from
C1:C10 on top of A1:A10 but if A5 doesn't have data it comes up with the #VALUE! error.
I hope this was easy to follow.
I built my formula as a cheat sheet to make things easier on my coworkers I'd rather not have to explain to them to just delete whats not actually there. I'm hoping there is a way around this error that I can't find on my own. I've tried searching this problem
but it just comes up with pretty basic copy and pasting tricks. Any help?