Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Trying to write a formula to go to first worksheet look if there are
any numbers or words and if not go to next worksheet and do the same. If both are empty, then the cell should be left blank. If one or other has info then that should be result, if both have info then put ERROR in cell. This is returning #VALUE =IF(AND('Pietra Majella DI'!$I$34=0),AND,OR('Pietra Majella Ware'!$I $34)) Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Create a name for both cells (DI and Ware)
then use this formula to do the job =IF(AND(DI<"",Ware<""),"Fejl",DI&Ware) " skrev: Trying to write a formula to go to first worksheet look if there are any numbers or words and if not go to next worksheet and do the same. If both are empty, then the cell should be left blank. If one or other has info then that should be result, if both have info then put ERROR in cell. This is returning #VALUE =IF(AND('Pietra Majella DI'!$I$34=0),AND,OR('Pietra Majella Ware'!$I $34)) Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ups. Fejl=Error
=IF(AND(DI<"",Ware<""),"Error",DI&Ware) "excelent" skrev: Create a name for both cells (DI and Ware) then use this formula to do the job =IF(AND(DI<"",Ware<""),"Fejl",DI&Ware) " skrev: Trying to write a formula to go to first worksheet look if there are any numbers or words and if not go to next worksheet and do the same. If both are empty, then the cell should be left blank. If one or other has info then that should be result, if both have info then put ERROR in cell. This is returning #VALUE =IF(AND('Pietra Majella DI'!$I$34=0),AND,OR('Pietra Majella Ware'!$I $34)) Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Dec 8, 3:21 am, excelent
wrote: ups. Fejl=Error =IF(AND(DI<"",Ware<""),"Error",DI&Ware) "excelent" skrev: Create a name for both cells (DI and Ware) then use this formula to do the job =IF(AND(DI<"",Ware<""),"Fejl",DI&Ware) " skrev: Trying to write a formula to go to first worksheet look if there are any numbers or words and if not go to next worksheet and do the same. If both are empty, then the cell should be left blank. If one or other has info then that should be result, if both have info then put ERROR in cell. This is returning #VALUE =IF(AND('Pietra Majella DI'!$I$34=0),AND,OR('Pietra Majella Ware'!$I $34)) Thanks- Hide quoted text - - Show quoted text - Hi, Still having an issue-formula reads: =IF(AND('Pietra Majella DI'!$I$34<"",'Pietra Majella Ware'!$I $34<""),"ERROR",DI&WARE) But ERROR is the message I'm getting even though there is only 1 cell that has info. It should be reading 2-error should only come up if both Ware and DI cells are filled by mistake. Suggestions? Thanks |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The formula is ok, works fine here
what do u have in these 2 cells if formula then try paste them here " skrev: On Dec 8, 3:21 am, excelent wrote: ups. Fejl=Error =IF(AND(DI<"",Ware<""),"Error",DI&Ware) "excelent" skrev: Create a name for both cells (DI and Ware) then use this formula to do the job =IF(AND(DI<"",Ware<""),"Fejl",DI&Ware) " skrev: Trying to write a formula to go to first worksheet look if there are any numbers or words and if not go to next worksheet and do the same. If both are empty, then the cell should be left blank. If one or other has info then that should be result, if both have info then put ERROR in cell. This is returning #VALUE =IF(AND('Pietra Majella DI'!$I$34=0),AND,OR('Pietra Majella Ware'!$I $34)) Thanks- Hide quoted text - - Show quoted text - Hi, Still having an issue-formula reads: =IF(AND('Pietra Majella DI'!$I$34<"",'Pietra Majella Ware'!$I $34<""),"ERROR",DI&WARE) But ERROR is the message I'm getting even though there is only 1 cell that has info. It should be reading 2-error should only come up if both Ware and DI cells are filled by mistake. Suggestions? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need an Equation in a cell to search a workbook not worksheet | Excel Worksheet Functions | |||
How do I search for data in a large worksheet? | Excel Discussion (Misc queries) | |||
make large worksheet from workbook | Excel Discussion (Misc queries) | |||
Need to search workbook for NEW worksheet | Excel Programming | |||
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet | Excel Programming |