Re: $$Excel-Macros$$ Combining six IF formula into one formula

2014-07-28 Thread Nur Hossain
It also works , thanks Ravi da On Mon, Jul 28, 2014 at 1:24 PM, Ravi Kumar wrote: > another way > > =CHOOSE(MATCH(A1,{"red","sta","ida","pco","pid","pde"},0),"us2","ru2","cu2","us3","ru3","cu3") > > > On Sat, Jul 26, 2014 at 9:22 AM, Nur Hossain wrote: >> >> Dear all , how to merge following six

Re: $$Excel-Macros$$ Combining six IF formula into one formula

2014-07-28 Thread Ravi Kumar
another way =CHOOSE(MATCH(A1,{"red","sta","ida","pco","pid","pde"},0),"us2","ru2","cu2","us3","ru3","cu3") On Sat, Jul 26, 2014 at 9:22 AM, Nur Hossain wrote: > Dear all , how to merge following six formula into single formula. > small formula is required . Thanks > > IF(A1="red","us2","") > >

Re: $$Excel-Macros$$ Combining six IF formula into one formula

2014-07-28 Thread Prafull Jadhav
Awesome!.Vaibhav Sir. Thanks a Lot! Regards, Prafull Jadhav 9920553518 On 28 July 2014 12:28, Vaibhav Joshi wrote: > hi > > you cont need such formula.. use this > formula =A1-MOD(A1,10)&"-"&A1-MOD(A1,10)+10 > > It is modeless whatever be the range yo have your answer!! > > Cheers!! > >

Re: $$Excel-Macros$$ Combining six IF formula into one formula

2014-07-27 Thread Vaibhav Joshi
hi you cont need such formula.. use this formula =A1-MOD(A1,10)&"-"&A1-MOD(A1,10)+10 It is modeless whatever be the range yo have your answer!! Cheers!! On Mon, Jul 28, 2014 at 12:19 PM, Prafull Jadhav wrote: > Dear Vaibhav Sir, > Your formula is very good,Appreciate! > Can we do the same fo

Re: $$Excel-Macros$$ Combining six IF formula into one formula

2014-07-27 Thread Prafull Jadhav
Dear Vaibhav Sir, Your formula is very good,Appreciate! Can we do the same for bucket by using same technique. for example 0-10,11-20,21-30 if cell is contain 7 then it should be come under 0-10 bucket if cell is contain 22 then it should be come under 21-30 bucket. Regards, Prafull Jadhav 99205

Re: $$Excel-Macros$$ Combining six IF formula into one formula

2014-07-26 Thread Nur Hossain
Dear Joshi da, it works perfectly & thanks for your different idea except IF formula.. On Sat, Jul 26, 2014 at 1:51 PM, Vaibhav Joshi wrote: > you can also use: > > =VLOOKUP(A1,{"red","us2";"sta","ru2";"ida","cu2";"pco","us3";"pid","ru3";"pde","cu3"},2,0) > > Cheers!! > > > On Sat, Jul 26, 2014

Re: $$Excel-Macros$$ Combining six IF formula into one formula

2014-07-26 Thread Vaibhav Joshi
you can also use: =VLOOKUP(A1,{"red","us2";"sta","ru2";"ida","cu2";"pco","us3";"pid","ru3";"pde","cu3"},2,0) Cheers!! On Sat, Jul 26, 2014 at 9:22 AM, Nur Hossain wrote: > Dear all , how to merge following six formula into single formula. > small formula is required . Thanks > > IF(A1="red","

Re: $$Excel-Macros$$ Combining six IF formula into one formula

2014-07-25 Thread Pramod Singh
Your Welcome.. On Sat, Jul 26, 2014 at 9:48 AM, Nur Hossain wrote: > Hi Pramod da, > > It works perfectly , thanks for your supports > > > On Sat, Jul 26, 2014 at 9:58 AM, Pramod Singh wrote: > > H Nur, > > > > Your Formula will be > > > =IF(A1="Red","us2",IF(A1

Re: $$Excel-Macros$$ Combining six IF formula into one formula

2014-07-25 Thread Nur Hossain
Hi Pramod da, It works perfectly , thanks for your supports On Sat, Jul 26, 2014 at 9:58 AM, Pramod Singh wrote: > H Nur, > > Your Formula will be > =IF(A1="Red","us2",IF(A1="Sta","ru2",IF(A1="Ida","Cu2",IF(A1="Pco","Us3",IF(A1="Pde","Cu3","") > > > Regards > Pramod > > > On Sat, Jul 26

Re: $$Excel-Macros$$ Combining six IF formula into one formula

2014-07-25 Thread Pramod Singh
H Nur, Your Formula will be =IF(A1="Red","us2",IF(A1="Sta","ru2",IF(A1="Ida","Cu2",IF(A1="Pco","Us3",IF(A1="Pde","Cu3","") Regards Pramod On Sat, Jul 26, 2014 at 9:22 AM, Nur Hossain wrote: > Dear all , how to merge following six formula into single formula. > small formula is requir

$$Excel-Macros$$ Combining six IF formula into one formula

2014-07-25 Thread Nur Hossain
Dear all , how to merge following six formula into single formula. small formula is required . Thanks IF(A1="red","us2","") IF(A1="sta","ru2","") IF(A1="ida","cu2","") IF(A1="pco","us3","") IF(A1="pid","ru3","") IF(A1="pde","cu3","") -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do