If formula based on cell formats

  • Thread starter Thread starter veggies27
  • Start date Start date
V

veggies27

Is there a way to use an IF formula to pull information from cells based on
whether the formatting of the cell matches the criteria formatting.

ie...in words, I'd like to do this.

If F1 is shaded with the dot pattern, pull A1:E1 to a summary sheet.

I already have an array-entered IF formula that currently says:

If F1 = "a", pull A1:E1 to the summary sheet...I just want to see if
formattign can be recognized with normal formulas.

Thanks!
 
A standard function can not be used to determine formats - you would need to
have a user-defined function to do that.

Chip Pearson has some notes on reading colours here:

http://www.cpearson.com/excel/colors.aspx

Perhaps you can get some ideas from his site.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top