U
uriel78
Is it possibile to obtain that INDEX functions give back a value with its
format (colour, text...)?
format (colour, text...)?
David McRitchie said:I do not quite understand the question,
but with User Defined Functions you can obtain the
You can get the Color Index
value of the font or the interior (pattern) of cell,
see Chip Pearson's "Functions For Cell Colors
http://www.cpearson.com/excel/colors.htm
However, there should be better ways of keeping track of
things than trying to match colors. Values of cells would
be a lot better.
For more information on Color see
http://www.mvps.org/dmcritchie/excel/colors.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
Is it possibile to obtain that INDEX functions give back a value with its
format (colour, text...)?
uriel78 said:Thank you for the answer!
I've already seen Pearson's suggestions, but still I don't know how to apply
them to my case.
In sheet 1 column A:A I've got a series of values called (e101,e302...and so
on) formatted with two colours
In sheet 2, I use index function to retrieve those values
for example: in sheet2
D2=IF(C3="";"";INDEX(sheet1$A:$A;C3))
In this case, in D2 I obtain "e302"
Now, I just want that D2 value is formatted as its corripondent ("e302") in
sheet1 A:A
I hope to be more clear this time...
David McRitchie said:I do not quite understand the question,
but with User Defined Functions you can obtain the
You can get the Color Index
value of the font or the interior (pattern) of cell,
see Chip Pearson's "Functions For Cell Colors
http://www.cpearson.com/excel/colors.htm
However, there should be better ways of keeping track of
things than trying to match colors. Values of cells would
be a lot better.
For more information on Color see
http://www.mvps.org/dmcritchie/excel/colors.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
Is it possibile to obtain that INDEX functions give back a value with its
format (colour, text...)?
uriel78 said:Thank you for the answer!
I've already seen Pearson's suggestions, but still I don't know how to apply
them to my case.
In sheet 1 column A:A I've got a series of values called (e101,e302...and so
on) formatted with two colours
In sheet 2, I use index function to retrieve those values
for example: in sheet2
D2=IF(C3="";"";INDEX(sheet1$A:$A;C3))
In this case, in D2 I obtain "e302"
Now, I just want that D2 value is formatted as its corripondent ("e302") in
sheet1 A:A
I hope to be more clear this time...
David McRitchie said:I do not quite understand the question,
but with User Defined Functions you can obtain the
You can get the Color Index
value of the font or the interior (pattern) of cell,
see Chip Pearson's "Functions For Cell Colors
http://www.cpearson.com/excel/colors.htm
However, there should be better ways of keeping track of
things than trying to match colors. Values of cells would
be a lot better.
For more information on Color see
http://www.mvps.org/dmcritchie/excel/colors.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
Is it possibile to obtain that INDEX functions give back a value with its
format (colour, text...)?