Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9007501
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T01:42:26+00:00 2026-06-16T01:42:26+00:00

I need to change the value in a cell in Col. A if the

  • 0

I need to change the value in a cell in Col. A if the value in Col. B is highlighted yellow.

I’ve seen solutions to do the opposite (highlight row/cell based on value in Col. A like: Change background color of more than one cell on the same row when another cell has a certain numeric value in Excel 2010 ), but I need to mark/flag the rows (with a number, like “1”) with highlighting so that I can export this to a statistical program in a .csv or .txt format.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T01:42:27+00:00Added an answer on June 16, 2026 at 1:42 am

    The only way to determine a cells fill colour is with VBA

    Here’s a UDF to do it

    Function GetCellColour(r As Range) As Long
        GetCellColour = r.Cells(1, 1).Interior.Color
    End Function
    

    or if you prefer

    Function GetCellColourIndex(r As Range) As Long
        GetCellColourIndex = r.Cells(1, 1).Interior.ColorIndex
    End Function
    

    then use it in a cell formula like

    =IF(GetCellColour(A1)=65535,"Cell is yellow","")
    

    or

    =IF(GetCellColourindex(A2)=6,"Cell is yellow","")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to change the background of a cell based on values of multiple
I'm trying to change the value of the first cell on the last row
I need to change the cell color if the cell value is bigger than
I need to change the colour of gridview cells based on the data value.
basically need to change the value that - admin_url() returns any idea?
I need to change the value of the url of the onclick portion of
I need to change the way a value or label is formatted with a
I need to change the DPI of the System.Drawing.Bitmap object from the default value
I need a way to change the specific value of a column of a
Problem: I often need to refer a row to a column (using =Cell). When

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.