+ Reply to Thread
Results 1 to 4 of 4

'IF' formula=true if subject is BOLD

  1. #1
    Forum Contributor
    Join Date
    07-16-2007
    Posts
    174

    'IF' formula=true if subject is BOLD

    i posted this in the worksheet functions forum, but didnt get any replies. is it more of a vba problem?

    http://www.excelforum.com/showthread.php?t=647843

    i want any text in column 'B'on 'sheet1' to equal a 1 in the same number cell in column 'AZ' on 'sheet2' if it is bold. i also want the cells in column 'BA' on 'sheet2' to equal a 1 if the text in 'B' on 'sheet1' is red

    Can this be done?

    Regards, jamie

  2. #2
    Forum Contributor Rick_Stanich's Avatar
    Join Date
    11-21-2005
    Location
    Ladson SC
    MS-Off Ver
    Office365
    Posts
    1,165
    This will read the values in column "AZ" based on BOLD or RED text and duplicate the values from column "A" to column "B".
    Please Login or Register  to view this content.
    Regards

    Rick
    Win10, Office 365

  3. #3
    Forum Contributor
    Join Date
    07-16-2007
    Posts
    174
    off out now. will give a go tomorrow and let you know. thnks for the reply!!

    Is there a way to include bold or red as the subject of a formula out of interest?

    regards,jamie

  4. #4
    Forum Contributor Rick_Stanich's Avatar
    Join Date
    11-21-2005
    Location
    Ladson SC
    MS-Off Ver
    Office365
    Posts
    1,165
    This line "If Sh1Cell.Font.Bold = True Or _" test for BOLD fonts
    while this line "Sh1Cell.Font.ColorIndex = 3 Then" tests for RED fonts.

+ 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