+ Reply to Thread
Results 1 to 43 of 43

Auto populate text in sequence with date and time

  1. #1
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Auto populate text in sequence with date and time

    Would like for schedule sheet to auto populate in sequence like the example shown
    Would also like help with conditional formatting the date column to highlight red if total is 1300 or more? green if under 1300, nothing if 0
    im not sure if this is even possible...
    TY VERY MUCH for any help!!!
    Attached Files Attached Files

  2. #2
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Re: Auto populate text in sequence with date and time

    actually can we do conditional formating of red over 1300, yellow under 1300 green 0

  3. #3
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Re: Auto populate text in sequence with date and time

    Is this possible?

  4. #4
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Re: Auto populate text in sequence with date and time

    anyone????

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    Administrative Note:

    Is your forum profile showing the version of Excel that you need this to work for?

    Members will tailor the solutions they offer to the version of Office (Excel, NOT Windows) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this.

    The three most recent versions of Excel are Excel 2019, Excel 2021 and MS365 - if you are using MS365, please give this name along with the release number in your profile (e.g. MS365 Version 2211). This is in the About Excel section further down the Account page.

    Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    Set using cell B2:

    CF formula for green - =AND($B2<>0,$B2<1300)
    CF formula for red - =$B2>=1300

    Both rules applied to: =$A$2:$A$366

    I have no idea what you are trying to do with the sequencing - intsead of just bumping the thread, try adding a clearer, more detailed explanation.
    Attached Files Attached Files

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    Just saw that you changed your mind!

    Set using cell B2:

    CF formula for green - $B2=0
    CF formula for yellow - =AND($B2>0,$B2<1300)
    CF formula for red - =$B2>1300

    All rules applied to: =$A$2:$A$366

    In the absence of any attempt to explain what you are trying to do with the sequencing, and not following your examples, I can't help with anything else. You need to give a clear explanation of what you are trying to achieve.

    This:

    Would like for this sheet to auto populate in sequence like the examples above
    is NOT an explanation. What is the rationale/logic?
    Attached Files Attached Files
    Last edited by AliGW; 05-30-2023 at 01:26 AM. Reason: Typo fixed.

  8. #8
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Re: Auto populate text in sequence with date and time

    TY for help with CF, that is perfect!
    I would like column C to auto fill with my first task of the day... 1. location pulled from column I of estimate sheet or column I of revenue (depending on the "time" column), 2. if it is pulled from revenue, i would like that line to then show the $ amount attached to that task (column D of Revenue sheet, OR simply "ESTIMATE" if pulled from estimate sheet, 3. and finally the time i am suppose to arrive.

    i would like column D to repeat this but for my 2nd task of that day (determined by the time columns), same with column E with the next task, and so on... i ussually have 10 task per day.

    i know this is alott and im not even sure if possible?
    any help at all is GREATLY appreciated!!

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    First, clear everything in the Stops columns, then in B2 copied down:

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by AliGW; 05-30-2023 at 09:17 AM. Reason: Formula corrected.

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    I've just updated the solution - you will need to look at the new attachment.

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    I know you have seen this, but you probably missed that I updated the formula and attachment, so you haven't seen the latest version.

    If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

  12. #12
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Re: Auto populate text in sequence with date and time

    the sample looks great... its perfect!!!, but when i paste the formula to my workbook, it doesnt work... the total row is working but that is it... everything else is blank... any ideas what i could be doing wrong?

  13. #13
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    No - please attach a sample workbook showing the issue.

    I suspect there's something different about the real data's layout that is cuasing the formula to fail. Unless all the columns match exactly with the sample you provided, it won't work.
    Last edited by AliGW; 06-01-2023 at 02:49 AM.

  14. #14
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Re: Auto populate text in sequence with date and time

    i see in this sample )that i copied and pasted exact sheets from my WB)that line 152 populates with 1 job and 1 estimate (should read 3 jobs and 1 estimate in sequence(to total the 1225 for that day)). but in my WB it isnt even doing that, just shows the total row and nothing else, very odd. in the new sample im curious why all lines are not populating? is it because no estimates on that day... would like them to populate regardless if estimate[ATTACH]831422[/ATTACH screenshot is from my original WB... could it be because i am on MAC? 365 subscription. I feel we are very close and NO WAY could i have got this far without you... TY VERY VERY much for your help!
    Attached Images Attached Images
    Attached Files Attached Files

  15. #15
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    I'll have a look later - on the face of it, it should work, so I need to investigate.

  16. #16
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Re: Auto populate text in sequence with date and time

    Thank You!

  17. #17
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    Give this a go:

    Please Login or Register  to view this content.
    Attached Files Attached Files

  18. #18
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Auto populate text in sequence with date and time

    or (shorter, but same end result):

    =LET(Dat,Revenue!$D$6:$I$1500,A,FILTER(Dat,Revenue!$C$6:$C$1500=A2),B,SUM(INDEX(A,,1)),C,CHOOSECOLS(A,6,1,3),D,TRANSPOSE(BYROW(C,LAMBDA(x,TEXTJOIN(" / ",,INDEX(x,,1),"$"&INDEX(x,,2),TEXT(INDEX(x,,3),"hh:mm am/pm"))))),IFERROR(HSTACK(B,D),0))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  19. #19
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    That doesn't include the entries from the Estimate sheet, Glenn, so no wonder it's shorter!

  20. #20
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Auto populate text in sequence with date and time

    or this (which calaculates EVERYTHING in one go... no copy/paste):

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

  21. #21
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    Does THAT include the items from the Estimate sheet???

  22. #22
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Auto populate text in sequence with date and time

    Mehh! Insufficient coffee here!

    Just ignore...

  23. #23
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    An all-in-one spill array would be lovely, but I just can't get my head around BYROW and LAMBDA to be able to work it out myself. I am really struggling with that.

  24. #24
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Auto populate text in sequence with date and time

    Which entries in the Estimate sheet?? It's blank??

  25. #25
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    No, it isn't blank - see the references in my formula.

  26. #26
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Auto populate text in sequence with date and time

    It's not a great sample... with so many blank rows, but I DO see it now... the one lonely non-blank row.

  27. #27
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    There were more in the original sample.

  28. #28
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Auto populate text in sequence with date and time

    Here it is... All in one cell. Delete ALL expecte dresults first.

    FWIW:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

  29. #29
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    Not quite. Entries from the Estimates sheet need to be in the format: Place / ESTIMATE / Time (with the word 'estimate' hard coded in).

  30. #30
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Auto populate text in sequence with date and time

    Driving. Back in an hour.

  31. #31
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    Got it!

    Please Login or Register  to view this content.
    I shall digest this now.
    Attached Files Attached Files

  32. #32
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Auto populate text in sequence with date and time

    Yup. That should do it. Hopefully the OP will appreciate the responses!

  33. #33
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    I am sure he will - he has done so far. I need to scrutinise your formula now to understand better the LAMBDA and BYROW bits.

  34. #34
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    @Glenn - can you explain how Excel knows what x and y are in the LAMBDA? This is something I'm really struggling to get my head around. I've loooked at the online syntax explanations, but still haven't managed to suss it out.

  35. #35
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Auto populate text in sequence with date and time

    There were two LAMBDAs in use in that one:

    =IFERROR(DROP(REDUCE(0,A1:A366,LAMBDA(y,z,VSTACK(y,
    LET(Rv,Revenue!A6:I2000,
    Es,Estimate!A7:Q2000,
    A,VSTACK(CHOOSECOLS(Rv,3,4,6,9),CHOOSECOLS(Es,16,4,17,9)),
    B,SORTBY(A,INDEX(A,,1),1,INDEX(A,,3),1),
    C,FILTER(B,INDEX(B,,3)<>""),
    D,FILTER(C,INDEX(C,,1)=z),
    E,SUM(INDEX(D,,2)),
    F,TRANSPOSE(BYROW(D,LAMBDA(x,TEXTJOIN(" / ",,INDEX(x,,4),IF(INDEX(x,,2)="","ESTIMATE","$"&INDEX(x,,2)),TEXT(INDEX(x,,3),"hhmm AM/PM"))))),
    IFERROR(HSTACK(E,F),0))))),1),"")

    in red... one associated with REDUCE and one associated with BYROW

    in green their respective parameters are defined... and

    in blue they are used. I'm >>>beginning<<< to understand when to use BYROW/BYCOL, MAP and REDUCE... but still haven't got the faintest idea when/how to use MAKEARRAY. It's akin to examining sparrow's entrails for future portents... or double entry book-keeping, and other arcane practices...
    Last edited by Glenn Kennedy; 06-02-2023 at 07:44 AM.

  36. #36
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    Ah, this makes a bit more sense - I was looking inside the LAMBDA for the definition - doh!

    Have you found any recent online tutorials that help at all? There still seems to be very little out there.

  37. #37
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Auto populate text in sequence with date and time

    Not for LAMBDAs in the way that everyone uses them here... with array functions. There are a few... but they are utterly trivial.

    There are also a few for uding LAMBDAs as pseudo-UDFs... but I found the confusing.

    The best sources are, in no particular order, Bo Ry, TMS, FLUFF13, Hans Douwe, etc, etc.

  38. #38
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    Yes, I know about those here and I meant LAMBDA. The problem is that those offering such solutions here are rarely asked to explain them, and trying to use Evaluate Formula with a LAMBDA is not very easy.

    I was hoping you might have found something on LAMBDA in formulae. Never mind.

  39. #39
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Re: Auto populate text in sequence with date and time

    this is awesome!!! TY SOOO much, formula works! i thought i was an excel master when i learned IF formulas lol, this is another level... one minor issue is the green CF is not working

  40. #40
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    What do you mean 'not working'? I corrected your CF rules in the original sheet.

    Working fine here:

    AliGW on MS365 Beta Channel (Windows 11) 64 bit

    A
    B
    2
    01/01/2023
    $ -
    3
    02/01/2023
    $ -
    4
    03/01/2023
    $ -
    5
    04/01/2023
    $ -
    6
    05/01/2023
    $ -
    7
    06/01/2023
    $ -
    8
    07/01/2023
    $ -
    9
    08/01/2023
    $ -
    10
    09/01/2023
    $ -
    11
    10/01/2023
    $ -
    12
    11/01/2023
    $ -
    13
    12/01/2023
    $ -
    14
    13/01/2023
    $ -
    15
    14/01/2023
    $ -
    16
    15/01/2023
    $ -
    Sheet: Schedule

  41. #41
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Re: Auto populate text in sequence with date and time

    i figured it out... TY so much ms Ali, this will help my family more than you know

  42. #42
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,926

    Re: Auto populate text in sequence with date and time

    Glad to have helped, but please thank Glenn as well who came up with the all-in-one option.

    You will need to extend the range of the CF rules by one, actually.

    Please mark the thread as SOLVED.

  43. #43
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Re: Auto populate text in sequence with date and time

    TY so much Glenn

+ 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. Auto Populate Date and Text based on calculated fields
    By tkelbel in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-09-2020, 12:12 PM
  2. [SOLVED] Autofill/Auto populate with specific hexadecimal sequence
    By AkiraTepes in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-26-2018, 01:22 PM
  3. Auto populate number sequence
    By Doubleuj in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-24-2018, 01:26 AM
  4. Auto populate number sequence
    By Doubleuj in forum Excel General
    Replies: 1
    Last Post: 07-24-2018, 12:54 AM
  5. [SOLVED] date and time needs to be auto populate when i insert data in another column.
    By Giri.hb in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-29-2014, 09:46 AM
  6. [SOLVED] Auto populate hex sequence number
    By hoachen in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-20-2014, 08:12 PM
  7. [SOLVED] Formula Needed to auto populate current date when text entered into a cell
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-15-2013, 09:50 PM

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