![]() |
|
|
Thread Tools | Display Modes |
#1
|
||||
|
||||
![]()
I am trying to do something I thought was simple, I need to have the date populate a cell when a selection from a dropdown is made in another cell.
Details: Column B cells are set as a dropdown list of employees. Column C cells represent the date the Column B selection was made. Date cannot change every time the spreadsheet is opened. Attempts and Failures: (with Column C cell Format set to Number/Custom: mm/dd/yyyy) =IF(B2<>"",TODAY(),"") - WORKS but date changes every time sheet is opened =IF(B2<>"",DATE(),"") - produces "Not trying to type a formula?" error =IF(B2<>"",DATE(mm/dd/yyyy),"") - produces "Entered too few arguments" error =IF(B2<>"",DATE(TODAY(),"") - produces 'Entered too few arguments" error among others too numerous to count, only one works - and it changes every time I open the sheet. This is driving me mad, it should not be this hard. It is just a simple 'IF/THEN' scenario! And every search I've done to find the various formula 'date values' produces nothing usable. PLEASE HELP! |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Trying to have selected values from one column populate date selection was made in 3 other columns | SnakeDoctor | Excel | 1 | 05-01-2024 12:45 AM |
Auto populate text from a drop-down form field selection in Word | atr792 | Word VBA | 2 | 07-11-2023 05:44 PM |
Auto-populate text boxes with Excel data based on drop down box selection | charkelham | Word VBA | 0 | 08-04-2021 04:38 AM |
Auto populate weekday based on given cell/date | kelwea | Excel | 6 | 05-20-2019 03:26 AM |
![]() |
Phil H | Excel Programming | 7 | 10-18-2017 09:41 AM |