This is the first time I'm trying to use ARRAY's in Excel.
Reference:
=IF(ROWS(A$10:A10)>$D$8,"",INDEX(Gas!A$6:A$18,SMALL(IF((Gas!$A$6:$A$18>=$C$4)*(Gas!$A$6:$A$18<=$E$4),ROW(Gas!A$6:A$18)-ROW(Gas!$A$6)+1),ROWS(A$10:A10))))
For example, it seems that the reference table A6:A18 in this case contains the amount of rows with data as defined today. Later the number of rows will grow to the amount of transactions entered (i.e. A6:A100) however how does one know what the last row will be to update the formula? If I enter A6:A10000 this seems to break the formula from returning the correct values.
Can one define A6:A somehow and let Excel define A6:A18 for example?
The purpose of this in total is to create a mater report of transactions per "Utility" (i.e. Gas, Water, etc...) based on a FROM and TO dates. I found I can define everything as "static" info for today but as the number of transactions increase per Utility I then have to look up the last row entered and update the formula's.
Any suggestions?
Reference:
=IF(ROWS(A$10:A10)>$D$8,"",INDEX(Gas!A$6:A$18,SMALL(IF((Gas!$A$6:$A$18>=$C$4)*(Gas!$A$6:$A$18<=$E$4),ROW(Gas!A$6:A$18)-ROW(Gas!$A$6)+1),ROWS(A$10:A10))))
For example, it seems that the reference table A6:A18 in this case contains the amount of rows with data as defined today. Later the number of rows will grow to the amount of transactions entered (i.e. A6:A100) however how does one know what the last row will be to update the formula? If I enter A6:A10000 this seems to break the formula from returning the correct values.
Can one define A6:A somehow and let Excel define A6:A18 for example?
The purpose of this in total is to create a mater report of transactions per "Utility" (i.e. Gas, Water, etc...) based on a FROM and TO dates. I found I can define everything as "static" info for today but as the number of transactions increase per Utility I then have to look up the last row entered and update the formula's.
Any suggestions?