Hi
Would you please help me write the formula to extract all records that match "1" in E and are >0 in J?
Thanks
Hi
Would you please help me write the formula to extract all records that match "1" in E and are >0 in J?
Thanks
pls attach a sample excel file
Samba
Say thanks to those who have helped you by clicking Add Reputation star.
Here is the file requested.
try this formula and copy across![]()
Please Login or Register to view this content.
Perfect!
Of course it would be better if I can understand it ... why reference is made to column M? There is nothing there!
Thanks
Last edited by drgkt; 09-10-2016 at 04:43 AM.
Would you please modify if the first criterion (match 1) would be stored in say L1 and the 2nd (0) stored in L2.
In other words, extract all records that in column E match L1 and in column J are greater than L2
Thanks
Thesyntax is a commonly used way to generate an array of numbers. It doesn't mean it's using data from column M.Formula:
Please Login or Register to view this content.
When ROWS(M$1:M1) is in column M the ROWS array evaluates to 1. When copied to the next column the range is M$1:N1 and results in the array {1,2}. As it's copied across, each succeeding column contains a larger array of numbers e.g {1,2,3,4,5} in column Q.
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
Alternatively you could use filters - please see attached.
Would this work for you?
Regards
peterrc
I am aware of the filter solution.
I am trying to learn /see the logic in the formula.
In order to better understand the formula could you please modify as requested above?
i.e.: extract all records that in column E match L1 and in column J are greater than L2
I appreciate it.
see the attached file
@nflsales
For argument sake, in copying the formula to right in Book2 (1).xls, I wonder why V3=0 while W3=""
When copied to the next column is N$1:N1 not M$1:N1.
Regardless, changing the ROWS(M$1:M1) with 1 in the formula and then copying to right, does not seem to change results.
That is why I need to understand this step by step so I can recreate it when needed instead of just pasting in this instance and ask again in another instance.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks