Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Excel Question - Please Help!!

  • 31-08-2010 4:22pm
    #1
    Registered Users Posts: 214 ✭✭


    I have =Sheet1!E20=Sheet2!E20 to compare two cells. if the cells are different i want to change the = to a - to get the difference and then if the difference is greater than one i want to make it red

    Anyone know if this is possible?

    Thanks a million.


Comments

  • Registered Users, Registered Users 2 Posts: 2,945 ✭✭✭D-Generate


    Choose your range where this will be happening

    With this range highlighted go to Format -> Conditional Formatting -> Formula Is

    Enter: =IF(Sheet1!E20>Sheet2!E20,TRUE,FALSE)

    Click Format -> Font Tab -> Color and then choose red.

    Then click the Okay buttons. Should do the trick.

    TRUE and FALSE are whatever statements you want in there. I imagine you are copying a cell value in there and since you just want the colour to change then have
    =IF(Sheet1!E20>Sheet2!E20,Sheet1!E20,Sheet1!E20)


Advertisement