yields

  1. J

    Formula For Counting Vacation Days

    I have a vacation calendar to create for 2020 and I use NETWORKDAYS to give me number of days that a person needs for vacation. For example, NETWORKDAYS formula applied to a vacation from 9/2-9/6/19 yields 5, which is correct. My problem is that some employees work on the weekends, so applying...
  2. G

    Format(1000, "##0.000E+00") not working to format as engineering type

    When I use the custom number format below, I get 100.000E+01. Every help file and website I can find says the result should be 1.000E+03 which is what I want. Debug.Print Format(1000,"##0.000E+00") ' Yields 100.000E+01 Debug.Print Format(1000,"000.000E+00") ' Yields 100.000E+01 Shouldn't these...
  3. mgirvin

    Months and Days Between Dates

    Dear Team, I do not accurately know how to calculate months and days between two dates. I am not even sure what sort of assumptions that I should make. If I have these dates: StartDate EndDate 3/28/2017 3/1/2018 3/29/2017 3/1/2018 3/30/2017 3/1/2018 3/31/2017 3/1/2018 1/2/2019 9/25/2019...
  4. R

    Calculating age from date of Birth to Date of Death

    The formula below as well as other recommended methods yields the #VALUE ! error. see following note. Cells are formatted identical to the the formula that is noted to work. A 1/26/1875 B 7/21/1881 C #VALUE ! The formula the yields #VALUE ! is =ROUNDDOWN((E18-E19)/365.25,0) this...
  5. F

    Convert days into Years/Months/Days

    I have two dates subtracted which gives yields 867 How to convert to ? Yrs ? Mths ? Days
  6. A

    Extracting the first and second coefficient from equations

    I am using =(left(C1,1)=”x”,1,0+(LEFT(C1,Find(“x”,C1)-1)) to extract the first coefficient from formulas. This works for the first and second equations but not the third. - 9x - 9y = 54 yields -9 x + y = -4 yields 1 - x - 7y = -33 yields #value How can I adjust that to...

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