Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

merging two formulas 1

Status
Not open for further replies.

jupops

Technical User
May 15, 2003
72
GB
Hi Guys

Can anybody advise me, I have two different formulas that I use in two separate cells, can I merge the two formulas into one larger formula?

The two formulas are:

=IF(B2>1,B2,A1) - this will copy cells down with the previous cells contents if the cells are blank

and

=RIGHT(A1,11) – this will copy the 11 chars to the right

Therefore I am trying to copy the cell contents down with only the last 11 characters, is this possible??

Regards

Jupops
 
Something like this?

[tt]=IF(B2>1,B2,RIGHT(A1,11))[/tt]

??

*cLFlaVA
----------------------------
Ham and Eggs walks into a bar and asks, "Can I have a beer please?"
The bartender replies, "I'm sorry, we don't serve breakfast.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top