I’m trying to create a line chart which shows the intersection of circulator pump output curves with the load line of a network of pipes. I have to copy either text, blanks (" "), or positive numeric values from many cells in sheet “Source” to another sheet “Result” for the purpose of constructing a line chart. In cell Source.A2 I have some text, specifically “NRF-36” a pump model. When I type “=$Source.A2” in cell A2 of Sheet “Result” the text string “=$Source.A1” appears in cell Result.A2 instead of the text “NRF-36” from cell Source.A1.
If I can get the contents of Source.A2 to copy to Result.A2 then I have to figure out how to avoid copying negative values. I was thinking of using =if(Source.A2>0, Source.A2, if(Source.A2=" “,” ",Source.A2)).
My greyhounds appreciate your help. PaulsGHs.