LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default IF, AND statment

The long version this gets complicated...

I have multiple worksheets which are based off of one
original worksheet (current).

The Original worksheet(current) has 2 types of refrigerant (R-22 and R-123
). Based off the refrigerant they are sorted to separate sheets.

using

(=IF(current!G6=("R-22"),(current!C6),"")) meaning the value in c6 will be
brought to ''R-22 Equip List" only if there is an R-22 within G6


R-22 into (ex. ''Equip List R-22'', ''Project list R-22'', "Equ. Assesment
R-22', 'Equi Retirment R-22'') and
R-123 into (ex. ''Equip List R-123'', "Project list R-123", "Equ. Assesment
R-123", Equi Retirment R-123")


Once the data comes to the "Equip List R-22" worksheet there is a blank line
representing any refrigerant that is not R-22.

This leaves me with a problem because when I try to assign values based on
the data within "R-22 Equip List ", any blank columns in "R-22 Equip List "
show numbers that are not associated with the R-22 equipment.


I have tried to use

=IF((AND(current!G6=("R-22"),'R-22 Equ.
List'!H6700)),"3",IF((AND(current!G6=("R-22"),'R-22 Equ.
List'!H6301)),"2",IF((AND(current!G6=("R-22"),'R-22 Equ.
List'!G6101)),"1",IF((AND(current!G6=("R-22"),'R-22 Equ.
List'!H60)),"0",""))))

but it is not recognizing the G6 = R-22 .

There is data is every column even if it does not have a R-22

THANK YOU SO MUCH IN ADVANCE


 
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
Help with If statment pm Excel Discussion (Misc queries) 3 January 29th 08 04:09 PM
If statment Jason Excel Discussion (Misc queries) 3 January 3rd 08 11:39 PM
if statment Dreamstar_1961 Excel Worksheet Functions 5 April 17th 07 01:30 PM
If statment if its possible. atb Excel Discussion (Misc queries) 2 October 17th 06 05:50 PM
If statment helpdesk genie Excel Worksheet Functions 2 January 12th 05 03:23 AM


All times are GMT +1. The time now is 09:54 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"