• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Recent content by matt-gilbert

  1. M

    Lookup across non-contiguous range

    Thanks @p45cal . Refer my reply above to @vletm . I have used both of your suggestions. Appreciate your help! Matt
  2. M

    Lookup across non-contiguous range

    Thanks @vletm I didn't even consider the MINIFS, AVERAGEIFS and MAXIFS. I did make a slight tweak to your formulas as follows; in I6: =MINIFS($O6:$AD6,$O$3:$AD$3,$B$6,$O6:$AD6,">0") in K6: =AVERAGEIFS($O6:$AD6,$O$3:$AD$3,$B$6,$O6:$AD6,">0") and in M6...
  3. M

    Lookup across non-contiguous range

    Hi all, I have a quote comparison sheet which has a section in which to analyze supplier quotes minimum, average and maximum costs. The problem I have is that I need to manually adjust formula when using for another commodity type. I would like this formula to automatically adjust for different...
  4. M

    Convert pivot table back to database format

    Hi all, I have been provided with some data that appears to have been produced from a pivot table. The data (1 column, 22 rows) has also been provided with the original level (or indentation) number. What I am trying to achieve is to write one formula that can convert the data back into the...
  5. M

    Multiple Column Lookup Approximate

    Hi p45cal, I've finally got it all working (see attached). Just wanted to let you see the outcome to close it out with you and help out others who might need this for calculating tax rates. Thank you very much for your help with this. Matt PS - I have no idea why the ATO truncate and add .99...
  6. M

    Multiple Column Lookup Approximate

    Hi p45cal, sorry maybe helper wasn't the correct term. I have updated my spreadsheet to show a larger dataset and the formulas that are currently working that I'd like to replace. I have tried modifying your formulas (cells P1 & P2) however when I paste them into the cells below they return the...
  7. M

    Multiple Column Lookup Approximate

    Hi p45cal, Wow! Thanks you for your comprehensive response. Just when I thought I knew a bit about Excel... I was hoping to copy formula from J10 and repeat down page for a larger data set (I'm going back over the years to calculate how much tax I should have paid for various different pay...
  8. M

    Multiple Column Lookup Approximate

    Microsoft 365 Version 2207 Build 16.0.15427.20182 64-bit
  9. M

    Multiple Column Lookup Approximate

    Hi, I have 2 values (date and number) that I need to do an approximate (less than) lookup on 2 columns. I have attached relevant file with my current VLOOKUP formulas highlighted which only have 1 lookup value (number). I'm trying to add the date to this formula so that the lookup range will...
  10. M

    Combine sheets that have different data

    Hi p45cal, works perfectly. I didn't quite articulate exactly what I wanted in my initial post but your first solution is exactly what I was after ie having the source worksheet sheet name in every row in column A. Many thanks! Matt
  11. M

    Combine sheets that have different data

    Hi all, I have the following code which combines multiple worksheets in a workbook into one sheet called "COMBINED". I would like to modify this code so that it includes the source sheet name in column A of the "COMBINED" sheet and have all of the worksheets pasted from column B onwards. Any...
  12. M

    Lotto selections and results

    Hi all, I have a spreadsheet (attached) where I record lotto number selections and results. I would like to modify a couple of formulas as follows; Column K - I currently have to manually adjust each week to change lookup range of results eg in cell K3 it refers to C$17:I$17. Formula would need...
  13. M

    Project Flight Calculator

    Hi vletm. The "Flights Required (return flights)" table only captures when a return flight is booked and paid ie C45. The "On-site Manning Levels per Roster Crew" table shows the number of men on site for each week on the project. So for roster crew 1, there will be 5 flights booked and paid...
  14. M

    Project Flight Calculator

    Thank you for your detailed response Peter. You lost me after "matrix equation"... I have had a look at your attempt and note that it has negative values (S24, T24 etc) which is not correct. I was also hoping to not rely on "helper" formulas although I understand if this is not possible. Would...
  15. M

    Project Flight Calculator

    Hi. I am trying to automate a spreadsheet to calculate manning levels per roster crew as per attached spreadsheet (range C24:V27). I have tried many types of formulas (COUNTIF, OFFSET etc) without much success. I'm thinking it might be too much for a formula given the variables involved. Any...
Back
Top