sees

  1. A

    Error: Cannot Shift Items off Sheet

    This has just started to appear as the workbook loads. It continues to load and everything seems fine .. until I try to Hide or Unhide something. Some cols are ok and some bring up the error again. Is there anything I can do to fix it ?
  2. J

    Find next blank celll

    Hi I have the following code to open the workbook and next empty cell . Private Sub Workbook_Open() Dim ws As Worksheet Set ws = ActiveWorkbook.Sheets("2019_20") ws.Cells(ws.Rows.Count, 1).End(xlUp).Offset(1, 1).Select End Sub The problem is that the cells are formated and have data...
  3. B

    counting blanks.

    Good morning. I have the below information and I am trying to find a formula to complete column U. Cell B1 and B2 play a role. Basically, I would like the formulas in U5:U7 to look at the period between the effective date (column B) through the min of either the Current Month end (cell B1)...
  4. R

    VBA Left 6 being very naughty.

    Christ, me again, same topic. Have a look at this: If Cells(ActiveCell.Row, "C").Value = tnam And Left(Cells(ActiveCell.Row, "A").Value, 6) <> tno And InStr(1, Cells(ActiveCell.Row, "K").Value, pup) > 0 Then The left bit is giving me no end of grief. So the fabled "tno" variable is "702228"...
  5. C

    Formula not working

    I put this formula in my spreadsheet to help put "pass" or "passes" according to the number on the cell I chose to use. here is the formula...
  6. C

    Calculating Elapsed Time in Military Format

    Greetings - I am trying to calculate the difference in times, using military time. For example: F2 I have entered 16:30 (have a formula entered 00\:00 so I can type in 1630 and it will auto change it to 16:30). H2 I have entered 21:00 (with same formula as F2 for easy entry). J2 I am...
  7. S

    how to read value from a concatinated cell

    Hi Once I concatenate two dates into one in a cell, how do I then use that cell in a range in a function such as SUMIF, every time I concatenate, the value of the SUMIF function becomes zero, I'm assume its becuase it sees the formulea and not the value, i've tried to format the cell, but it...
  8. B

    ***NEED HELP PLEASE*** Copy values and data based on cell value

    I can't figure this one out here is what I need, So in one workbook I need a cell you go look at another workbook in a list if it sees the value NO (which there will be multiple) then I need it to copy the values of cells to the left of it but I need this to happen on each instance it sees the...

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