Dayweek Help

bignate1

New Member
Joined
Mar 14, 2016
Messages
4
So I have a date formatted as MM/DD/YY and I need to determine the day of the week using the MOD function and a single IF Statement and I have no idea how to do this? Any help would be appreciated. Also the date I chose was 3/16/2016
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Weekday (Sunday, Monday, ...Saturday) of a date in cell A1
=TEXT(A1,"dddd")

Weekday (1,2,3...7) of a date in cell A1
=WEEKDAY(A1)

I don't know what you want to do with the MOD and IF functions.
 
Upvote 0
Yeah me either. The problem says "Your task is to place the day of the week in BOTH cells C1 and D1 as indicated: For cell c1, determine the day of the week using the MOD function and a single IF statement. For cell d1, determine the day of the week using the WEEKDAY function and a lookup table." I was able to do the weekday function I just have no idea about the other one. Thanks for your help.
 
Upvote 0
Homework problem, eh?
We typically do not like to do people's homework for them.
 
Upvote 0

Forum statistics

Threads
1,214,537
Messages
6,120,096
Members
448,944
Latest member
SarahSomethingExcel100

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