Hi there,
I have a tab of data in columns A:X, around 1,000 lines. In columns Z:AJ, I have formulae that look at this data and in particular, in column AI, for example, the formula returns "Money" for around 60 of the 1,000 lines (it various monthly).
What I want to do is set up a formula on a separate tab, which returns the data in columns A:X from the main tab if "Money", for example is set as the criterion. The problem is, "Money" may appear randomly in rows, 1, 60, 500, etc and if I use the formula =IF('Maintab'!AI1="MONEY",'Currenttab'!A1,"") I will have hundreds of blank lines - so I need a formula that I can drag down and will populate when I dump the new data onto the main tab.
So, I was thinking an array formulae might be necessary here.
What I currently do now is filter on "Money" in column AI on the main tab and manually have to copy this across to the other tab.
If anyone is able to help, they would really be a life saver.
I'd appreciate any help anyone is able to offer.
Cheers,
Darren
I have a tab of data in columns A:X, around 1,000 lines. In columns Z:AJ, I have formulae that look at this data and in particular, in column AI, for example, the formula returns "Money" for around 60 of the 1,000 lines (it various monthly).
What I want to do is set up a formula on a separate tab, which returns the data in columns A:X from the main tab if "Money", for example is set as the criterion. The problem is, "Money" may appear randomly in rows, 1, 60, 500, etc and if I use the formula =IF('Maintab'!AI1="MONEY",'Currenttab'!A1,"") I will have hundreds of blank lines - so I need a formula that I can drag down and will populate when I dump the new data onto the main tab.
So, I was thinking an array formulae might be necessary here.
What I currently do now is filter on "Money" in column AI on the main tab and manually have to copy this across to the other tab.
If anyone is able to help, they would really be a life saver.
I'd appreciate any help anyone is able to offer.
Cheers,
Darren