Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am not sure how to fix this.
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Not much information to go on, can you post the statement? If you are comparing two amounts, try comparing as =If(Round(A1,2)=Round(A2,2),"True","False") -- Kyla2000 Wrote: I am not sure how to fix this. -- Bryan Hessey ------------------------------------------------------------------------ Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059 View this thread: http://www.excelforum.com/showthread...hreadid=531705 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Bryan,
The rounding was the issue. Thanks Again. Lisa "Bryan Hessey" wrote: Not much information to go on, can you post the statement? If you are comparing two amounts, try comparing as =If(Round(A1,2)=Round(A2,2),"True","False") -- Kyla2000 Wrote: I am not sure how to fix this. -- Bryan Hessey ------------------------------------------------------------------------ Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059 View this thread: http://www.excelforum.com/showthread...hreadid=531705 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Good to see, and thanks for the response. Kyla2000 Wrote: Thank you Bryan, The rounding was the issue. Thanks Again. Lisa "Bryan Hessey" wrote: Not much information to go on, can you post the statement? If you are comparing two amounts, try comparing as =If(Round(A1,2)=Round(A2,2),"True","False") -- Kyla2000 Wrote: I am not sure how to fix this. -- Bryan Hessey ------------------------------------------------------------------------ Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059 View this thread: http://www.excelforum.com/showthread...hreadid=531705 -- Bryan Hessey ------------------------------------------------------------------------ Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059 View this thread: http://www.excelforum.com/showthread...hreadid=531705 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A formula like
=(cell1-cell2) will show why Bryan's solution was needed (note that the parentheses are requrired). Jerry "Kyla2000" wrote: I am not sure how to fix this. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
keep cell blank if IF statement is False | New Users to Excel | |||
keep cell blank when false in IF statement | Excel Discussion (Misc queries) | |||
How to calculate a sum as one outcome of an IF statement | Excel Worksheet Functions | |||
How can I make a True or False statement a certain color when usi. | Excel Worksheet Functions | |||
Wildcard Not Working in IF statement | Excel Worksheet Functions |