+ Reply to Thread
Results 1 to 24 of 24

IF function trouble

Hybrid View

  1. #1
    Registered User
    Join Date
    08-27-2005
    Posts
    2

    IF function trouble

    I'm a beginner, so bear with me...

    I'm trying to create an IF statement that will say whether or not a given date since January,1,1900 is a friday. It should answer "yes" or "no". I've read a lot of the postings and I'm more confused then ever.. Please give me some big hints and explain.. Thanx, Raye

  2. #2
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  3. #3
    Registered User
    Join Date
    08-27-2005
    Posts
    2

    Talking Thank you

    It worked! not getting all of this excel stuff,... but trying...

  4. #4
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  5. #5
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  6. #6
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  7. #7
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  8. #8
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  9. #9
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  10. #10
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  11. #11
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  12. #12
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  13. #13
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  14. #14
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  15. #15
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  16. #16
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  17. #17
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  18. #18
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  19. #19
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  20. #20
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  21. #21
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  22. #22
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  23. #23
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




  24. #24
    Sandy Mann
    Guest

    Re: IF function trouble

    Try:

    =IF(WEEKDAY(A1,1)=6,"Yes","N0")

    or just

    =A1 and custom format the cell as dddd and it will show the day of the week

    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "raye" <raye.1ug3uc_1125183920.9481@excelforum-nospam.com> wrote in message
    news:raye.1ug3uc_1125183920.9481@excelforum-nospam.com...
    >
    > I'm a beginner, so bear with me...
    >
    > I'm trying to create an IF statement that will say whether or not a
    > given date since January,1,1900 is a friday. It should answer "yes" or
    > "no". I've read a lot of the postings and I'm more confused then
    > ever.. Please give me some big hints and explain.. Thanx, Raye
    >
    >
    >
    > --
    > raye
    > ------------------------------------------------------------------------
    > raye's Profile:
    > http://www.excelforum.com/member.php...o&userid=26716
    > View this thread: http://www.excelforum.com/showthread...hreadid=399772
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1