A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

formulas



 
 
Thread Tools Display Modes
  #1  
Old November 8th, 2009, 10:13 PM posted to microsoft.public.excel.misc
Cazza
external usenet poster
 
Posts: 3
Default formulas

Hi.

I'm hoping someone can understand what I am trying to do and point me in the
right direction of where I can learn to do it.

I want to have a 2 sheet document with sheet 2 explaining the formular with
descriptions and costs and then be able to just put in the letter of the
formular on sheet 1 and have it automatically add in the costs from sheet 2.

Eg.

A = Chocolate $1.50

when I put in A into sheet 1 I want it on the column next to it add in the
cost of $1.50.

How do I do this??

I hope this makes sence to someone!
  #2  
Old November 8th, 2009, 10:38 PM posted to microsoft.public.excel.misc
Cazza
external usenet poster
 
Posts: 3
Default formulas

just to expand a little on what I am after, the below is what I want in
columns A, B & C.

REFERENCE DESCRIPTION OF WORK REQUIRED COST
A GENERAL MAINTANANCE $150.00

B GENERAL MAINTANANCE + TYRES $250.00


So everytime I enter A or B into sheet one, it automatically inserts the
cost into column 2.




"Cazza" wrote:

Hi.

I'm hoping someone can understand what I am trying to do and point me in the
right direction of where I can learn to do it.

I want to have a 2 sheet document with sheet 2 explaining the formular with
descriptions and costs and then be able to just put in the letter of the
formular on sheet 1 and have it automatically add in the costs from sheet 2.

Eg.

A = Chocolate $1.50

when I put in A into sheet 1 I want it on the column next to it add in the
cost of $1.50.

How do I do this??

I hope this makes sence to someone!

  #3  
Old November 8th, 2009, 11:04 PM posted to microsoft.public.excel.misc
Zhi Sheng
external usenet poster
 
Posts: 16
Default formulas

you could use vlookup function
so in col B you can type in:
=vlookup(a3,sheet2!$a$2:$c$3,3,false)

a3 is where you type "A" or "B", "sheet2!$a$2:$c$3" is where your data is.

hope it helps.
--
====================
ask and you shall be answered


"Cazza" wrote:

just to expand a little on what I am after, the below is what I want in
columns A, B & C.

REFERENCE DESCRIPTION OF WORK REQUIRED COST
A GENERAL MAINTANANCE $150.00

B GENERAL MAINTANANCE + TYRES $250.00


So everytime I enter A or B into sheet one, it automatically inserts the
cost into column 2.




"Cazza" wrote:

Hi.

I'm hoping someone can understand what I am trying to do and point me in the
right direction of where I can learn to do it.

I want to have a 2 sheet document with sheet 2 explaining the formular with
descriptions and costs and then be able to just put in the letter of the
formular on sheet 1 and have it automatically add in the costs from sheet 2.

Eg.

A = Chocolate $1.50

when I put in A into sheet 1 I want it on the column next to it add in the
cost of $1.50.

How do I do this??

I hope this makes sence to someone!

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:37 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.