I need an IF formula to return a value if the font in the cell is red and a separate formula for the same to return the value if in green.
For example: for cells Q2:T3 I need an if formula to return the value in the cell that is red (=if(Q2:T3="red font", cell value with red font,""). There would only be 1 cell with red font, and there may be not be any cells with red font. I would need this formula to cover 25 dual rows: Q2:T3, Q4:T5 continuing down to Q42:T43.
I would need the same to identify a value in green font in the same grouping of cells noted above.
The same would then be needed for V2:Y3 all the way down to V42:Y43 and lastly for AA2:AD3 all the way down to AA42:AD43.
I am thinking VBA may be needed and I have very little experience with VBA. Any help would be greatly appreciated!
For example: for cells Q2:T3 I need an if formula to return the value in the cell that is red (=if(Q2:T3="red font", cell value with red font,""). There would only be 1 cell with red font, and there may be not be any cells with red font. I would need this formula to cover 25 dual rows: Q2:T3, Q4:T5 continuing down to Q42:T43.
I would need the same to identify a value in green font in the same grouping of cells noted above.
The same would then be needed for V2:Y3 all the way down to V42:Y43 and lastly for AA2:AD3 all the way down to AA42:AD43.
I am thinking VBA may be needed and I have very little experience with VBA. Any help would be greatly appreciated!