Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how do I compare the actual results of two formulas? Example: P1 has a
formula =edate(z1,10) and AF3 has a formula =edate(ac3,8). Want to compare the results from P1 and AF3 and return "Approved" if they match or "Denied" if they don't. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=If(P1=AF3,"Approved","Denied") Hope this helps, Hutch "KimW" wrote: how do I compare the actual results of two formulas? Example: P1 has a formula =edate(z1,10) and AF3 has a formula =edate(ac3,8). Want to compare the results from P1 and AF3 and return "Approved" if they match or "Denied" if they don't. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi,
=IF(P1=AF3,"Approved,","Denied") Mike "KimW" wrote: how do I compare the actual results of two formulas? Example: P1 has a formula =edate(z1,10) and AF3 has a formula =edate(ac3,8). Want to compare the results from P1 and AF3 and return "Approved" if they match or "Denied" if they don't. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
comparing formula results with a cell | Excel Discussion (Misc queries) | |||
Comparing two columns , and giving comparison results in a third. | Excel Worksheet Functions | |||
answer to odd results when comparing hyperlink addresses | Links and Linking in Excel | |||
Comparing tables in excel with formulas | Excel Discussion (Misc queries) | |||
Comparing contents of two spreadsheets and outputting results to a | Excel Worksheet Functions |