futureancient
Board Regular
- Joined
- Dec 8, 2008
- Messages
- 76
I have a column of formulae that contain a function. I want to insert an IF and a ROUND around them, but am unable to do this via adding it to the first cell then dragging, due to the cell references not necessarily being in order.
Put simply, I have to use find/replace to put the IF in, but I'm unfamiliar with how to abbreviate things in the find/replace menu.
What I'm trying to do -
Cell B36 currently reads -
=SimpleFunction(D17,D18,constantA,constantB)
I would like it to read -
=IF(I$9="None","",ROUND(SimpleFunction(D17,D18,constantA,constantB),4))
Please note that the cell references change out of sequence in the function, so where B36 references D17 and D18, B37 might reference D20 and D21. So what I need is a way to abbreviate the stuff contained within the brackets.
Can anyone help me out ?
Put simply, I have to use find/replace to put the IF in, but I'm unfamiliar with how to abbreviate things in the find/replace menu.
What I'm trying to do -
Cell B36 currently reads -
=SimpleFunction(D17,D18,constantA,constantB)
I would like it to read -
=IF(I$9="None","",ROUND(SimpleFunction(D17,D18,constantA,constantB),4))
Please note that the cell references change out of sequence in the function, so where B36 references D17 and D18, B37 might reference D20 and D21. So what I need is a way to abbreviate the stuff contained within the brackets.
Can anyone help me out ?