+ Reply to Thread
Results 1 to 2 of 2

add a date before formula in a column

  1. #1
    Registered User
    Join Date
    05-31-2023
    Location
    Chicago, IL, USA
    MS-Off Ver
    MS Office 365
    Posts
    1

    add a date before formula in a column

    i have a formula in a column to convert UTC time to local time but i also need to add a date before converted time, how can i do this.

    - formula to convert time is "=MOD((F2+1)-(10/24),1)"
    - would like to add date in format "30 May", just have it typed up as same for every row in a column will be good
    - if possible to convert time from am/pm to a military time (24hrs)

    refer to attached image for example

    111.jpg
    Last edited by dima-m; 05-31-2023 at 11:10 PM. Reason: added picture

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: add a date before formula in a column

    You couldtry this...
    =TODAY()+MOD((AF6+1)-(10/24),1)
    then format as date and time in the formatting options
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Date Dependent VBA: copy formula to next column and paste values of previous column
    By elleb in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-06-2020, 10:00 AM
  2. Replies: 2
    Last Post: 01-28-2020, 04:35 PM
  3. Replies: 7
    Last Post: 11-03-2019, 07:57 PM
  4. [SOLVED] Formula EOM date column, formatted as date, but in Pivot can't group
    By marathonrunner in forum Excel General
    Replies: 7
    Last Post: 11-22-2018, 04:11 AM
  5. [SOLVED] SUMIF formula to sum a column if date in 2nd column is during the 1st half of month
    By windrain in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-24-2017, 05:06 PM
  6. Formula showing a TEXT & date, in the next column i need to add 2 days on the date
    By JessSilvertail in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-01-2016, 05:42 AM
  7. [SOLVED] Formula to enter a date in one column based on date in another
    By Dena in forum Excel General
    Replies: 7
    Last Post: 06-10-2013, 11:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1