Excel formula's

  • Thread starter Thread starter ketchumbass
  • Start date Start date
K

ketchumbass

I am trying to create a complex formula and not sure how to do it. Hoping
that someone here can help. If a cell contains "1st" then I need that to
convert into "300" in another cell and spreadsheet. Any idea's on how to
create this formula?
Thanks
 
Hi

If your sheet is named Sheet1 and the cell in question is A6 :

=IF(Sheet1!A6="1st",300,18)

HTH. Best wishes Harald
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Formula's 6
Refreshing formulas automatically 3
Deleting blank rows with formulas in them 7
Excel VBA 1
Formula omits adjacent cells 2
Complex formula help , please. 13
Excel Formula 8
lookup/sum formula 4

Back
Top