henry

  1. Q

    Non-Array Index Lookup (first not blank)

    I have a working INDEX lookup function using an array, however due to the data size it takes too long to produce results using arrays { IFERROR(INDEX(Notes!$B:$B,MIN(IF((Notes!$A:$A=$A2)*(Notes!$B:$B<>""),ROW(Notes!$A:$A)),9^9)),"") } This will lookup lookup cell $A2 in Notes!$A:$A column...
  2. K

    MEDIAN with multiple IF conditions

    I need to write a formula that calculates a median value, with several IF clauses. EG 'data' tab is below: <tbody> Person Sales Margin Tommy 2 100 Jimmy 3 300 Henry 5 500 Jimmy 4 200 Jimmy 6 100 Tommy 10 200 Henry 3 700 Henry 5 1000 Tommy 7 500 </tbody> In another tab, I...
  3. G

    Conditional Copy/Paste Macro

    Hi all I currently have some code that copies and pastes rows, a variable number of times dependant on data in Supervisor Name field, to a new sheet. What I am looking for is a way of adding a cell prior to the pasted data, populated with 'Call 1, Call 2 etc. which references the number of...
  4. H

    VBA Error "Object does not support this property or method"

    hello everyone: I am a certified excel expert but kind of new to VBA world. I have a simple VBA code but keep getting the error message "Object ......" Sub test() ThisWorkbook.Sheets("Henry").Cells(Rows.Count, 1).End(xlUp).Row End Sub I have an excel workbook with a worksheet name called...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top