Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Search 1 worksheet then another for data in large workbook

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 695
Default Search 1 worksheet then another for data in large workbook

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 695
Default Search 1 worksheet then another for data in large workbook

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Search 1 worksheet then another for data in large workbook

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 695
Default Search 1 worksheet then another for data in large workbook

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need an Equation in a cell to search a workbook not worksheet MWhaley Excel Worksheet Functions 5 November 2nd 08 12:27 AM
How do I search for data in a large worksheet? rfhorn Excel Discussion (Misc queries) 1 December 28th 06 04:00 PM
make large worksheet from workbook Cowtoon Excel Discussion (Misc queries) 5 December 6th 04 08:24 PM
Need to search workbook for NEW worksheet RogerDaShrubber[_4_] Excel Programming 2 February 26th 04 06:05 PM
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet Ant Waters Excel Programming 1 September 3rd 03 11:34 AM


All times are GMT +1. The time now is 02:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"