Hardcode Date based on another cell

mayoung

Active Member
Joined
Mar 26, 2014
Messages
257
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
Is it possible to hardcode a date using a formula based on another cell criteria?
Like if A1 does not equal blank B2 equals today’s date mm/dd/yyyy

or can this only be achieved through VBA?
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Format B2 as "Date" and then place this formula in B2: =IF(A1<>"",NOW(),"")
 
Upvote 0
Can not get this formula to work? Dorsn’t Now() return date and time?
 
Upvote 0
Try: =IF(A1<>"",TODAY(),"")
 
Upvote 0
Hey mumps,
The problem with using today is the date will change, it is not hard coded to keep the same date..I already am using one events change so not sure how to do that either with two. I have tried having two event changes and have not been able to make it work yet..
 
Upvote 0
Can you post the code for the two events?
 
Upvote 0

Forum statistics

Threads
1,215,453
Messages
6,124,930
Members
449,195
Latest member
Stevenciu

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