Search next row if conditions are not met

ExcelEnthusiast93

New Member
Joined
Dec 13, 2018
Messages
1
Hi All,

I have a large spreadsheet in which the data changes on a monthly basis, each month i need to go through all the rows and find any that are not equal to "0". Unfortunately it is not as simple as applying a filter as there a lot of formatting issues (Which i do not control).

Currently on a seperate blank spreadsheet i have the following formulas to obtain this information and then i have to filter to get all the values at the top.

1.) =IFERROR(IF($ED1<>0,$A1,""),"")
2.) =IFERROR(IF($ED1<>0,Accruals!$C1,""),"")
3.) =IFERROR(ROUND(IF($ED1>0,Accruals!$ED1,""),2),"")
4.) =IFERROR(ROUND(IF($ED1<0,$ED1,""),2),"")

With ED being the column of December 2018, EE December Total, so January data i need will be EF etc..

Is there a way i can get a code so if these conditions are FALSE, then it will search the next Row, and all i have to do is change the first part of the code each month?

Appreciate any help!

Thank you,
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,214,645
Messages
6,120,711
Members
448,984
Latest member
foxpro

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