Formula ? on scrolling down

zone709

Well-known Member
Joined
Mar 1, 2016
Messages
2,079
Office Version
  1. 365
Platform
  1. Windows
Hi I am trying to scroll down all 3 at once and only change the number going from 8 9 10 11 leaving the letters the same. I cant figure out a way to do this and been copying and pasting and taking forever.


=IF(Data!I8=0,TEXT(Data!I8,""),Data!I8)
=IF(Data!J8=0,TEXT(Data!J8,""),Data!J8)
=IF(Data!K8=0,TEXT(Data!K8,""),Data!K8)

So next 3 rows I would need it to look like this and go to 9

=IF(Data!I8=0,TEXT(Data!I9,""),Data!I9)
=IF(Data!J8=0,TEXT(Data!J9,""),Data!J9)
=IF(Data!K8=0,TEXT(Data!K9,""),Data!K9)

and after this 10 then 11 and so on

Any help would be great thanks
 
Last edited:

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
can this be done by scrolling down. Right now I am copying 3 rows in column L and pasting it down they replacing the number. I have 3000 rows to do so its annoying.
 
Upvote 0

Forum statistics

Threads
1,215,584
Messages
6,125,673
Members
449,248
Latest member
wayneho98

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