Cant think of a way

Status
Not open for further replies.

Countryboy69

Board Regular
Joined
Dec 7, 2018
Messages
77
So I have 2 work sheets. On sheet 1 column A if it is filled out then a few column A cells are skipped then another column A cell is filled, on sheet 2 they won't skip rows. This was obtained by an INDIRECT formula. Now what I'm wanting is any information added to the B cells of sheet 1 that are in between the skipped A cells to go to the sheet 2 row that equals the A cell on sheet 1 that is above the B cells.
 
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.
this is the INDIRECT formula used
=IFERROR(INDIRECT("NOTES!A"&SMALL(IF(LEN(NOTES!$A$1:$A$500)=0,"",ROW(NOTES!$1:$500)),ROW(B3))),"")
 
Upvote 0
This thread is a duplicate of:
https://www.mrexcel.com/forum/excel-questions/1080209-complicated.html and
https://www.mrexcel.com/forum/excel-questions/1080189-multiple-rows.html

Kindly read Mr Excel's policy in Rule 12 against asking questions about the same topic in multiple threads: http://www.mrexcel.com/forum/board-announcements/99490-forum-rules.html
Thread closed. You may continue the discussion in your original thread (https://www.mrexcel.com/forum/excel-questions/1080189-multiple-rows.html).
 
Last edited:
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,213,526
Messages
6,114,122
Members
448,550
Latest member
CAT RG

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