Carry formulas with pure logic and without the use of Array's/ Ranges or Tables possible?

=IF(

New Member
Joined
Apr 20, 2010
Messages
27
Hi All!

Does anyone know a work-around for being able to insert rows/ columns and carry formulas over withou using arrays or tables? E.g.

A B C D E
1
2
3
4
5

If insert a rown and have formulas in the cells above, how can I have the formulas carry over?

The reason why I can't use array formulas etc. is that this will be going into Spreadsheet gear which doesn't handle them.

Thanks!!!
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
How about macros?
will it handle VBA macros?

I am assuming that want you want to achieve is that when a user inserts a row, the formulas get copied into the new row and the one below it (as it will refer to the row above?).

So that is either done manually or can be done with a macro.

Or am i completely misunderstanding the question?
 
Upvote 0

Forum statistics

Threads
1,224,583
Messages
6,179,676
Members
452,937
Latest member
Bhg1984

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top