Posts by boombox

    Hi


    I can download statements from my bank (HSBC, for future Googlers) in the following format. Does anyone know what formula I can use to show a running balance in column D (i.e. to the right of 'amount')?
    I've tried various things and the only way I've had success is to filter the credits and debits into seperate columns due to the way the formula interprets the '-' symbols...


    Thank you!
    [TABLE="class: grid, align: center"]

    [tr]


    [TD="width: 64, bgcolor: transparent"]date[/TD]
    [TD="width: 64, bgcolor: transparent"]description[/TD]
    [TD="width: 64, bgcolor: transparent"]amount[/TD]

    [/tr]


    [tr]


    [TD="bgcolor: transparent"]01.12.2011[/TD]
    [TD="bgcolor: transparent"]supermarket[/TD]
    [TD="bgcolor: transparent, align: right"]-10[/TD]

    [/tr]


    [tr]


    [TD="bgcolor: transparent"]02.12.2012[/TD]
    [TD="bgcolor: transparent"]wages[/TD]
    [TD="bgcolor: transparent, align: right"]1000[/TD]

    [/tr]


    [tr]


    [TD="bgcolor: transparent"]04.12.2011[/TD]
    [TD="bgcolor: transparent"]butcher[/TD]
    [TD="bgcolor: transparent, align: right"]-5[/TD]

    [/tr]


    [tr]


    [TD="bgcolor: transparent"]06.12.2011[/TD]
    [TD="bgcolor: transparent"]child benefit[/TD]
    [TD="bgcolor: transparent, align: right"]80[/TD]

    [/tr]


    [/TABLE]

    Hi,

    I have what I think is a slightly unusualy use for a Vlookup.

    I have a spreadsheet with the following 3 columns (simplified): PO, Mfr Part Code & Due date.
    I then have another spreadsheet with the following: PO, Mrf Part Code & Working Days.

    Spreadsheet 1 is a big sheet with lots of entries. One PO can contain lots of different Mfr part codes and the Mfr Part codes can also be found on other POs. It could even come to pass that a Mfr Part code might appear twice for one PO (if a qty is increased a new line is added to the sheet).

    What I want to do is do a vlookup to find the instances where the PO and Mfr part code match, then copy over the due date to spreadsheet 2 and then calculate how many working days (on spreadsheet 2) between today's date and the imported due date.

    If this is the kind of thing which is explained better with uploads - I am happy to provide. I have tried Googling to no avail.

    THANKS in advance.

    Hi,

    I've got some code that I've modified to draw a box around unique cells in a column. But what I'd like it to do is draw a box around the rows which hhare the unique cells.



    Any help much appreciated.