Skipping every 12th row from one sheet. Clarified I hope.

Status
Not open for further replies.

SAWYERSMILL

New Member
Joined
Aug 5, 2022
Messages
2
Office Version
  1. 365
Platform
  1. MacOS
Hello,

I am seeking some help with a formula based on the inputs in the sample below. The "SHOPIFY IMAGE DATA" sheet data remains in sequential order when imported... S4,S5,S6,S7 etc. However the reference for sheet "SHOPIFY PRODUCT TITLE" only changes reference every 12 rows... S4,S16,S28...

Hopefully I'm explaining it well enough.

Thanks in advance for any assistance.


Cell Formulas
RangeFormula
B2,B14,B26,B37B2=IF('SHOPIFY IMAGE DATA'!S4="","",'SHOPIFY PRODUCT TITLE'!S4)
B3,B15,B27B3=IF('SHOPIFY IMAGE DATA'!S5="","",'SHOPIFY PRODUCT TITLE'!S4)
B4,B16,B28B4=IF('SHOPIFY IMAGE DATA'!S6="","",'SHOPIFY PRODUCT TITLE'!S4)
B5,B17,B29B5=IF('SHOPIFY IMAGE DATA'!S7="","",'SHOPIFY PRODUCT TITLE'!S4)
B6,B18,B30B6=IF('SHOPIFY IMAGE DATA'!S8="","",'SHOPIFY PRODUCT TITLE'!S4)
B7,B19,B31B7=IF('SHOPIFY IMAGE DATA'!S9="","",'SHOPIFY PRODUCT TITLE'!S4)
B8,B20,B32B8=IF('SHOPIFY IMAGE DATA'!S10="","",'SHOPIFY PRODUCT TITLE'!S4)
B9,B21,B33B9=IF('SHOPIFY IMAGE DATA'!S11="","",'SHOPIFY PRODUCT TITLE'!S4)
B10,B22,B34B10=IF('SHOPIFY IMAGE DATA'!S12="","",'SHOPIFY PRODUCT TITLE'!S4)
B11,B23,B35B11=IF('SHOPIFY IMAGE DATA'!S13="","",'SHOPIFY PRODUCT TITLE'!S4)
B12,B24,B36B12=IF('SHOPIFY IMAGE DATA'!S14="","",'SHOPIFY PRODUCT TITLE'!S4)
B13,B25B13=IF('SHOPIFY IMAGE DATA'!S15="","",'SHOPIFY PRODUCT TITLE'!S4)
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Duplicate to: Skipping rows on one of two sheets cited in formula.

In future, please do not post the same question multiple times. Per Forum Rules (#12), posts of a duplicate nature will be locked or deleted.

In relation to your question here, I have closed this thread so please continue in the linked thread. If you do not receive a response, you can "bump" it by replying to it yourself, though we advise you to wait 24 hours before doing so, and not to bump a thread more than once a day.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,220
Messages
6,123,693
Members
449,117
Latest member
Aaagu

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