g25

  1. K

    VBA Function query

    Hi folks I'm trying to create a VBA function which generates quite a complex formula if there's a particular value in Cell G25. Can anyone help please? My formula is...
  2. T

    Time Calculation

    Hi In cell P25 I require an actual hours minutes value based on the value in G25/ the value in N25 rather than a number calculation. I have changed P25 to hh.mm but confused as to the formula as G25 and N25 are numeric values ( in this case 258.5/133.3) Thanks Stephen
  3. R

    VBA to change fill color based on another cell fill color - between 2 worksheets

    I have this code and it changes the fill color G25 based on the fill color of G25: Private Sub Worksheet_SelectionChange(ByVal Target As Range) Me.Range("g25").Interior.Color = Me.Range("f25").Interior.Color End Sub Now how do I change the fill color of F25 in Sheet2 based on the fill...
  4. M

    Changing a start dat

    Hi I am not sure if this is possible, but here goes. I have a date field containing a date within a month ie. 27 May 2018 Is it possible to move the date to 1st of the following month Example 1 F25 = 27 May 2018 G25 = 01 June 2018 Example 2 F25 = 12 May 2018 G25 = 01 June 2018 Example 3...

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