A code using this formula to "lift off" rows is "All I Need"

panyagak

Active Member
Joined
Feb 24, 2017
Messages
299
Hi Mrexcel Greats!!

I belaboured to obtain this formula from YOU & it works well on data Filter.

=IF(MROUND(ABS(A1),0.25)=ABS(A1),"KEEP",IF
(ABS(A1)<=0.02,"DUMP",IF(ABS(ROUND(A1,0)-
A1)<=0.02,"KEEP","DUMP")))

Given my large excel sheet with computed values, I need to apply this formula on several columns one by one (there are 17 columns before these targeted columns - the code could be flexible to adjust to changing number of columns - between 13 & 24 etc), then extract that specific row & place all extracted data meeting the formula criteria, in a new sheet, "Final Tally".

Happy Labour Day

Regards
Patrick
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
No idea how to visualise what you want

think of the formula like this (first correct value wins)

=
IF(MROUND(ABS(A1),0.25)=ABS(A1),"KEEP",
IF(ABS(A1)<=0.02,"DUMP",
IF(ABS(ROUND(A1,0)-A1)<=0.02,"KEEP","DUMP"
)
)
)
 
Upvote 0
Let me try a bit:

In the more than 24 columns, each has its header. eg Column A - Date, Col. B - Subject names......values start from column C to col. 24 or nth col. & rows could be as many as 4,500!!

Coumns A to 13 is what needs extraction AFTER using the formula; focus of the formula being locating values AFTER Col. 14 sought by the formula up to col.24....nth). NB: its one col. AT A TIME; eg. if 5.99 in col. 18 on row 118 is picked, it needs accompanyment: I just need all the entire row with its column headers to accompany 5.99 hence "Lift-off"" to a new sheet, "Final Tally1", Final Tally2, 3 4.. for each column & its values.

My PC is not near to give specifics of the no. of columns though it wont change this info.

Regards
Patrick
 
Upvote 0
mole99

Let me attach on Saturday the condensed workbook:you'd rather have it to better understand my problem PLUS my IF conditions

Regards
Patrick
 
Upvote 0

Forum statistics

Threads
1,215,415
Messages
6,124,768
Members
449,187
Latest member
hermansoa

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