How would I do this please?

magiciansmask

New Member
Joined
Nov 15, 2019
Messages
12
Is there a way to automate a spreadsheet where the date activates other cells? For example, if I put in the date manually, it would say open up text in another row? Say A1 Date opens up text in B1
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Hello, not sure what you are after, but a simple if might do it, or conditional formatting.
Book1
AB
11/08/2020Date opens up
2Date opens up
32/08/2020Date opens up
4
5
Sheet1
Cell Formulas
RangeFormula
B3B3=IF(A3,"Date opens up","")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B1:B2Expression=$A1=""textNO
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,921
Messages
6,122,280
Members
449,075
Latest member
staticfluids

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