Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi...again...Im sure this is really simple....
I've put in a formula: =IF(I9="y","mm Used This Job"),IF(K9="y","cm Used This Job") It works fine until the second IF, then I keep getting a #VALUE! regardless whether the letter 'y' is in the relevant cell. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe you meant to do this:
=IF(I9="y","mm Used This Job",IF(K9="y","cm Used This Job","")) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "dim" wrote: Hi...again...Im sure this is really simple.... I've put in a formula: =IF(I9="y","mm Used This Job"),IF(K9="y","cm Used This Job") It works fine until the second IF, then I keep getting a #VALUE! regardless whether the letter 'y' is in the relevant cell. Any ideas? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try it this way:
=IF(I9="y","mm Used This Job",IF(K9="y","cm Used This Job","")) You'll get a blank if neither of the cells contain a y. Hope this helps. Pete On Oct 10, 1:04 pm, dim wrote: Hi...again...Im sure this is really simple.... I've put in a formula: =IF(I9="y","mm Used This Job"),IF(K9="y","cm Used This Job") It works fine until the second IF, then I keep getting a #VALUE! regardless whether the letter 'y' is in the relevant cell. Any ideas? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks folks, thats the one. Amazing the differance a well placed paran here
and a moved comma there can make! ;-) L8rs. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error: "Excel encountered an error and had to remove some formatti | Excel Discussion (Misc queries) | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
I have Error 1919 Error Configuring ODBC dataSource Database | Excel Discussion (Misc queries) | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) |