Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 45
Default USE IF CONDITION FOR 2DATA

HI,

In excel sheet we have data like ,

A B C
(Avg) (Month) (Result)

12 12 PLA

11 7 GOLD

6 5 SILVER

formula need like,

IF(A2=12,IF(B2<=12,"PLA",IF(A2=10,IF(B2<126,"GO LD",
IF(A2=5,IF(B2<=6,"SILVER")))

PLS DO THE NEEDFUL

REGARDS,

DEEN

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default USE IF CONDITION FOR 2DATA

What is your formula supposed to do?
This combines some of your functions
=IF(AND(A2=12,B2<=12),"PLA",IF(AND(A2=10,B2<126 ),"GOLD",IF(AND(A2=5,B2<=6),"SILVER")))

Regards,
Paul

"deen" wrote in message
ups.com...
HI,

In excel sheet we have data like ,

A B C
(Avg) (Month) (Result)

12 12 PLA

11 7 GOLD

6 5 SILVER

formula need like,

IF(A2=12,IF(B2<=12,"PLA",IF(A2=10,IF(B2<126,"GO LD",
IF(A2=5,IF(B2<=6,"SILVER")))

PLS DO THE NEEDFUL

REGARDS,

DEEN



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 45
Default USE IF CONDITION FOR 2DATA

THX a LOT,

i have more doubt Mr.paul,

i have data like ,

A B C Result
(Tot) (month) (A/c)

12 12 10 PLA

11 7 20 GOLD

6 5 30 GOLD

i need formula like a,


=IF(B2=12,=B2/=C2),"PLA","GOLD"

PLS DO THE NEED FUL,

REGARDS,
DEEN





On Jun 15, 8:30 pm, "PCLIVE" wrote:
What is your formula supposed to do?






This combines some of your functions
=IF(AND(A2=12,B2<=12),"PLA",IF(AND(A2=10,B2<126 ),"GOLD",IF(AND(A2=5,B2<=6),"SILVER")))

Regards,
Paul

"deen" wrote in message

ups.com...

HI,


In excel sheet we have data like ,


A B C
(Avg) (Month) (Result)


12 12 PLA


11 7 GOLD


6 5 SILVER


formula need like,


IF(A2=12,IF(B2<=12,"PLA",IF(A2=10,IF(B2<126,"GO LD",
IF(A2=5,IF(B2<=6,"SILVER")))


PLS DO THE NEEDFUL


REGARDS,


DEEN



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 45
Default USE IF CONDITION FOR 2DATA

On Jun 16, 8:32 am, deen wrote:
THX a LOT,

i have more doubt Mr.paul,

i have data like ,

A B C Result
(Tot) (month) (A/c)

12 12 10 1.2


i need formula like a,

=IF(B2=12,=B2/=C2),

PLS DO THE NEED FUL,

REGARDS,
DEEN

On Jun 15, 8:30 pm, "PCLIVE" wrote:

What is your formula supposed to do?
This combines some of your functions
=IF(AND(A2=12,B2<=12),"PLA",IF(AND(A2=10,B2<126 ),"GOLD",IF(AND(A2=5,B2<=6),"SILVER")))


Regards,
Paul


"deen" wrote in message


oups.com...


HI,


In excel sheet we have data like ,


A B C
(Avg) (Month) (Result)


12 12 PLA


11 7 GOLD


6 5 SILVER


formula need like,


IF(A2=12,IF(B2<=12,"PLA",IF(A2=10,IF(B2<126,"GO LD",
IF(A2=5,IF(B2<=6,"SILVER")))


PLS DO THE NEEDFUL


REGARDS,


DEEN



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default USE IF CONDITION FOR 2DATA

Hi

=IF(B2=12,=B2/=C2),

Try
=IF(B2=12,B2/C2,"")


--
Regards

Roger Govier


"deen" wrote in message
ups.com...
On Jun 16, 8:32 am, deen wrote:
THX a LOT,

i have more doubt Mr.paul,

i have data like ,

A B C Result
(Tot) (month) (A/c)

12 12 10 1.2


i need formula like a,

=IF(B2=12,=B2/=C2),

PLS DO THE NEED FUL,

REGARDS,
DEEN

On Jun 15, 8:30 pm, "PCLIVE" wrote:

What is your formula supposed to do?
This combines some of your functions
=IF(AND(A2=12,B2<=12),"PLA",IF(AND(A2=10,B2<126 ),"GOLD",IF(AND(A2=5,B2<=6),"SILVER")))


Regards,
Paul


"deen" wrote in message


oups.com...


HI,


In excel sheet we have data like ,


A B C
(Avg) (Month) (Result)


12 12 PLA


11 7 GOLD


6 5 SILVER


formula need like,


IF(A2=12,IF(B2<=12,"PLA",IF(A2=10,IF(B2<126,"GO LD",
IF(A2=5,IF(B2<=6,"SILVER")))


PLS DO THE NEEDFUL


REGARDS,


DEEN







  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 45
Default USE IF CONDITION FOR 2DATA

On Jun 16, 1:01 pm, "Roger Govier"
wrote:
Hi

=IF(B2=12,=B2/=C2),


Try
=IF(B2=12,B2/C2,"")

--
Regards

Roger Govier

"deen" wrote in message

ups.com...

On Jun 16, 8:32 am, deen wrote:
THX a LOT,


i have more doubt Mr.paul,


i have data like ,


A B C Result
(Tot) (month) (A/c)


12 12 10 1.2


i need formula like a,


=IF(B2=12,=B2/=C2),


PLS DO THE NEED FUL,


REGARDS,
DEEN


On Jun 15, 8:30 pm, "PCLIVE" wrote:


What is your formula supposed to do?
This combines some of your functions
=IF(AND(A2=12,B2<=12),"PLA",IF(AND(A2=10,B2<126 ),"GOLD",IF(AND(A2=5,B2<=6),"SILVER")))


Regards,
Paul


"deen" wrote in message


oups.com...


HI,


In excel sheet we have data like ,


A B C
(Avg) (Month) (Result)


12 12 PLA


11 7 GOLD


6 5 SILVER


formula need like,


IF(A2=12,IF(B2<=12,"PLA",IF(A2=10,IF(B2<126,"GO LD",
IF(A2=5,IF(B2<=6,"SILVER")))


PLS DO THE NEEDFUL


REGARDS,


DEEN


HI FRIENDS

I NEE A FORMULA LIKE,

=IF(AND(B2=10,B2/C2),IF(AND(b2<10,b2*c2,"")))

PLS DO ME A FAVOUR




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default USE IF CONDITION FOR 2DATA

Hi

Is it
=IF(A2=12,"PLA",IF(AND(A210,B26),"GOLD",IF(AND( A2=5,B2<6),"SILVER","")))

--
Regards

Roger Govier


"deen" wrote in message
ups.com...
HI,

In excel sheet we have data like ,

A B C
(Avg) (Month) (Result)

12 12 PLA

11 7 GOLD

6 5 SILVER

formula need like,

IF(A2=12,IF(B2<=12,"PLA",IF(A2=10,IF(B2<126,"GO LD",
IF(A2=5,IF(B2<=6,"SILVER")))

PLS DO THE NEEDFUL

REGARDS,

DEEN



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
Combine an OR condition with an AND condition Will Excel Discussion (Misc queries) 1 April 6th 07 03:52 PM
How to use condition RKS Excel Discussion (Misc queries) 2 December 1st 06 10:33 AM
Max or Min with condition Marc Excel Worksheet Functions 2 May 24th 06 10:08 PM
Condition 1 overules condition 2? Bultgren Excel Worksheet Functions 2 January 20th 06 12:29 PM
How to set condition: A1=A2=A3= ... =A10 0-0 Wai Wai ^-^ Excel Worksheet Functions 9 December 12th 05 02:47 PM


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