Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there
Cell a1, b1, and c1 will contain column headings Cell a2, b2 and c2 will contain numbers The numbers should be all the same, but of course life never works out as it should! As such in D1, I want to put a formulae that compares the three, if no difference then put "ok", and if there is a difference puts the number of the difference... (may not be possible because u will never know which is the correct number... so if not a number just a text that says "problem") Ideas are more than welcome!! Thanks D *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=IF(AND(A2=B2,A2=C2),"OK","Problem")
HTH -- AP "Darin Kramer" a écrit dans le message de news: ... Hi there Cell a1, b1, and c1 will contain column headings Cell a2, b2 and c2 will contain numbers The numbers should be all the same, but of course life never works out as it should! As such in D1, I want to put a formulae that compares the three, if no difference then put "ok", and if there is a difference puts the number of the difference... (may not be possible because u will never know which is the correct number... so if not a number just a text that says "problem") Ideas are more than welcome!! Thanks D *** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ARE ALL THE CELLS EQUAL? | Excel Discussion (Misc queries) | |||
Equal Cells | Excel Worksheet Functions | |||
setting multiple cells equal to other cells | Excel Worksheet Functions | |||
Sum equal cells | Excel Worksheet Functions | |||
how to seperate cells with equal blank cells | Excel Discussion (Misc queries) |