say i have 10 formulas in 10 different rows. all formulas are different, but i want each one to say something like =if(a1>5,formula,0) but i want each unique formula to be inserted into the "formula" part of my equation. in other words i want to just apply a new formula to a wide array of different formulas and i want that new formula to just be the precursor to the unique formula already in the cell. so just plain ole copy/paste won't do it. for example:
a1 reads =c1*d1
a2 reads =d2/e5*12
and i want them to read:
a1 =if(a10=4,c1*d1,0)
a2 =if(a10=4,d2/e5*12,0)
but i want to be able to write that formula in a1, and then paste the =if() part only into a2. is that possible? otherwise it's a lot of work to change these thousand-something formulas i have in my spreadsheet currently and i would need to hire an admin to do that...just kidding. thanks for the help!
a1 reads =c1*d1
a2 reads =d2/e5*12
and i want them to read:
a1 =if(a10=4,c1*d1,0)
a2 =if(a10=4,d2/e5*12,0)
but i want to be able to write that formula in a1, and then paste the =if() part only into a2. is that possible? otherwise it's a lot of work to change these thousand-something formulas i have in my spreadsheet currently and i would need to hire an admin to do that...just kidding. thanks for the help!