Re: replacing cells with formulas with conditional check AND formula
Hi Jindon,
Thanks - the enclosed sheets were simply to illustrate issue rather than being the full sheets i am working on; these sheets contains 100's of columns operating on data as well as using dependent columns, ie the pattern you kindly mention are very specific and the formulas i enclosed were for illustration purposes.
Reiterating my problem: my intention is to take [existing cell formula] (which can have any form, eg x+y, x/y, x*y, avg(), etc) and replace with expression =if(a1="","",[existing cell formula]); in other words trying to hard code the specific contents would not solve the issue, rather it would simply push the coding from the sheet to VB as would have to define each and every column formula.
Makes sense?