Having date that is entered in one column change dates

mistrpeepers

New Member
Joined
May 24, 2007
Messages
33
Hi all-

Need help with another task-
In tab 1, I am trying get column S to change to what any time date in column F, G, H, J, L, N, Q or R get changed to-

Does this make sense? Any help greatly appreciated
 
Re: Thank you

Move the cursor to the right-bottom corner of S1. It will become a equi-sized cross. Double-click the mouse left button.
How do i get this formula to work throughout all rows though?

Sorry if my questions are a bit elementary

Thanks again
 
Upvote 0

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Because the formula is "Relative", Excel will adjust it automatically when you copy it down. So, in S2 it will become
Code:
=max(F2,G2,H2,J2,L2,N2,Q2,R2)

See the help files for a discussion on Absolute vs Relative cell references.

lenze
 
Upvote 0
tusharm

I tried moving to bottom right and got the equal cross to come up- double left mouse button not doing anything- any ideas why this would be happening?
 
Upvote 0
Because you have no data in an adjacent column?:)
 
Upvote 0

Forum statistics

Threads
1,216,225
Messages
6,129,604
Members
449,520
Latest member
TBFrieds

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