G
Guest
I need to get the value within a range of the item that satisfies a formatting condition
In this example below, I want cell A6 to return the value of the cell within range A1..A4 that is highlighted in yellow
A1 Dog - highlighted in yello
A2 Cat - no highligh
A3 Mouse - no highligh
A4 Wildebeest - no highligh
A5 ---------------
A6 Do
To keep things simple, assume that there is always only one item within a range that is highlighted
I tried manipulating some code for summing cells that are colored green, for example, and that worked - but I couldn't translate the code into doing what I want it to
Thanks a lot
R Astrid
In this example below, I want cell A6 to return the value of the cell within range A1..A4 that is highlighted in yellow
A1 Dog - highlighted in yello
A2 Cat - no highligh
A3 Mouse - no highligh
A4 Wildebeest - no highligh
A5 ---------------
A6 Do
To keep things simple, assume that there is always only one item within a range that is highlighted
I tried manipulating some code for summing cells that are colored green, for example, and that worked - but I couldn't translate the code into doing what I want it to
Thanks a lot
R Astrid