how to enter a particular text with respect to other column

divyateja

New Member
Joined
Aug 18, 2017
Messages
2
Hi I m New to this.and I m very weak in this excel subject

A1 B1 C1
WITH DEPOSIT rani general
Without deposit hema deepam
Without deposit prakash deepam
Without deposit sai deepam

When ever i ll enter wìthout deposit in A1 column I have to get ''deepam " in C1 COLUMN how to arrange a formula for that plz anybody tell me....
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
try in C1
=if(A1="Without deposit","deepam","")
 
Upvote 0
Hey I really thank u,I have one more doubt
If it is ''withoutdeposit" the result should be ''deepam" or if it is ''with deposit" it should be ''general " how to post a formal according to this plz tell me
 
Upvote 0
=if(A1="Without deposit","deepam",if(A1="With Deposit","General",""))
 
Upvote 0

Forum statistics

Threads
1,214,912
Messages
6,122,200
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top