I would like to write a function where, if the cell at the bottom is red, insert letter H.
I'm not verse with vba excel, hope someone could guide me here.
55ab19201af24.png![]()
Function InsertLetter If cell.Interior.ColorIndex = 3 then cell above insert letter H end_if
Bookmarks