Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Looking to get a formula for the following scenerio:
if H1 is greater than I1, then J1 is "Yes" and of not J1 is "No" |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In J1 put
=IF(AND(ISNUMBER(H1),H1I1),"Yes","No") if you are 100% sure H1 can never be text (text is always greater than numbers in Excel) you can simplify to =IF(H1I1,"Yes","No") -- Regards, Peo Sjoblom "dn5580" wrote in message ... Looking to get a formula for the following scenerio: if H1 is greater than I1, then J1 is "Yes" and of not J1 is "No" |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You just gave the formula! ;) In cell J1, enter =IF(H1I1,"Yes","No")
On Apr 9, 9:22 am, dn5580 wrote: Looking to get a formula for the following scenerio: if H1 is greater than I1, then J1 is "Yes" and of not J1 is "No" |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks for your help
" wrote: You just gave the formula! ;) In cell J1, enter =IF(H1I1,"Yes","No") On Apr 9, 9:22 am, dn5580 wrote: Looking to get a formula for the following scenerio: if H1 is greater than I1, then J1 is "Yes" and of not J1 is "No" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
I want to use Vlookup function and AND function in a single formu. | Excel Worksheet Functions | |||
Nested IF Function, Date Comparing, and NetworkDays Function | Excel Worksheet Functions |