timgolden

New Member
Joined
Apr 30, 2015
Messages
4
Hi everyone,

I have a spreadsheet tracking monthly insurance payments. I want to create a list at the bottom of my spreadsheet that will populate with the individuals names that have not paid for each month. Each person spans across 4 rows. When someone loses coverage, I merge the 4 rows for the months they are termed. The problem I am having is when I try to use formulas to search for the unpaid people it returns the termed individuals since 3 of the 4 merged cells are considered blank. I am looking for a formula that will search only the first cell for every 4 rows (i.e. start at F2 and search every 4th cell after to see if it is blank, then use the index function to find what individual in row E has not paid). Below is as far as I could get:

=INDEX(F$2:F$181,4*(ROWS(F$192:F192)-1)+1)

I think I need to use the small function so that once they pay, it gives me the next individual who hasn't paid. Any help would be great. Thanks

Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Image

jax6c1.jpg
 
Upvote 0

Forum statistics

Threads
1,214,915
Messages
6,122,217
Members
449,074
Latest member
cancansova

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