increase column b12 rows

shamsu203

Board Regular
Joined
Jun 12, 2014
Messages
75
Office Version
  1. 365
Platform
  1. Windows
Hi
in this formula
IF(OR($A$1=$A$6,$A$1=$A$10),Data!$J$15,0) when i copy the formula across i wnat to increase the data j15 by 12 to show j27 . the formula starts from b6. i am just making the worksheet as do not have a sample. so b6 will show vale of data j15 c 6 should show value of data j27 and so on

shamsu
 
Last edited:

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
In B6 copied across. Range name global.
Excel Formula:
=IF(OR($A$1=$A$6,$A$1=$A$10),INDEX(global,14+12*(COLUMNS($B$6:B$6)-1)),0)
 
Upvote 0

Forum statistics

Threads
1,221,526
Messages
6,160,341
Members
451,638
Latest member
MyFlower

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