On Sheet 1 I have a list of expenditures in column C, some of which are paid out
of a grant. In column B there are index numbers which identify from which budget
the expenditure is coming.
I want to list all the expenditure from the grant, and only that expenditure, on
a separate sheet. I can do this by a simple if formula (which even I
understand!): =IF(B1="BH",C1," ")
On my new sheet however I then have big gaps between the entries. I assume it is
possible to write a VBA loop which would copy only the relevant items and make a
neat list. Is this my best bet?
I also wondered whether it would be possible to use an array formula to do this
job.
Any thoughts on either option gratefully received.