Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Making info appear in another cell


Sorry the title isnt better.

My wife walks and house sits dogs and we are trying to set up excel so
she can invoice easily. I have created a drop down list of the 12
different dog services eg Walk and Water, House visit, House sit, Board
overnight etc, and that worls really well, however is there a way that
when you choose one of these items from the drop down list excel will
automatically show the charge for that service in another cell so that
you dont have to input it manually.

I have created a drop down list of the prices which is sort of a
halfway house at the moment.

Any help would be appreciated, thanks in advance!!

:) :)


--
tasadin
------------------------------------------------------------------------
tasadin's Profile: http://www.excelforum.com/member.php...o&userid=36979
View this thread: http://www.excelforum.com/showthread...hreadid=567383

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Making info appear in another cell


i'd set the excel up so that you have in Column A the Job Undertaken
then the next columns the name of the job.
Column A ColumnB Column C
Job Undertaken, Walk Groom etc

In COlumn A you woudl enter what job was done,

in Coumn B, =IF($A2="Walk","$10","$0")
in Column C, =IF($A2="Groom","$15","$0")

Then Fill them down, so in each column a value would appear dependant
on what was entered into Column A. You Sum them at the bottom then
without having to do a pivot table.


--
samprince
------------------------------------------------------------------------
samprince's Profile: http://www.excelforum.com/member.php...o&userid=34168
View this thread: http://www.excelforum.com/showthread...hreadid=567383

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Making info appear in another cell


Well one way is to use Index and Match. You will have to have a list of
your services in one column and the prices for those services beside
them. These columns by the way can be hidden anywhere on the form. Lets
say for example I have the following list of services in column F Rows
1-5: Board Overnite, House Sit, Train, Walk, Water and in Column G Rows
1-5: $1.00, $2.00, $3.00, $4.00, $5.00. Then in cell A1 I have a data
validation drop down list of those services. My formula which I put in
cell B1 (can be what ever cell you want) would be:

=INDEX(G1:G5,MATCH(A1,$F$1:$F$5,1))

What ever service I click on in cell A1 will display the cost in cell
B1. Just make sure your data validation list and the list in column F,
1-5 are in the same order. You could also make your list a defined name
like say (PriceList) then instead of the above formula it would look
like this:

=INDEX(PriceList,MATCH(A1,$F$1:$F$5,1))

Let me know if this helps.

Ed


--
patele
------------------------------------------------------------------------
patele's Profile: http://www.excelforum.com/member.php...o&userid=35849
View this thread: http://www.excelforum.com/showthread...hreadid=567383

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Making info appear in another cell


Thanks a bunch for the help there guys really appreciate it;) :) ;) :) ,
I had to juggle the index thing a bit and put a 0 at the end not a 1 to
get it to work. Just one other query tho, I have made a load of the
cells with drop down lists to try and accomodate however many dogs
might be dealt with during a week. But if you dont choose a list from a
cell the cost cell comes up NA which then screws up my total calc at the
bottom. So how do I make it produce a 0 or just be blank in the cost
section when the index formula has run if nothing has been selected
from the drop down list???


--
tasadin
------------------------------------------------------------------------
tasadin's Profile: http://www.excelforum.com/member.php...o&userid=36979
View this thread: http://www.excelforum.com/showthread...hreadid=567383

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Making info appear in another cell


Hi,

Would have thought that if you use the formula

=IF(ISNA(INDEX(G1:G5,MATCH(A1,$F$1:$F$5,1))),0,IND EX(G1:G5,MATCH(A1,$F$1:$F$5,1)))

it would sort things out for you? Might just have to put in the changes
that you did before though

Regards

Carl

tasadin Wrote:
Thanks a bunch for the help there guys really appreciate it;) :) ;) :) ,
I had to juggle the index thing a bit and put a 0 at the end not a 1 to
get it to work. Just one other query tho, I have made a load of the
cells with drop down lists to try and accomodate however many dogs
might be dealt with during a week. But if you dont choose a list from a
cell the cost cell comes up NA which then screws up my total calc at the
bottom. So how do I make it produce a 0 or just be blank in the cost
section when the index formula has run if nothing has been selected
from the drop down list???



--
mr_teacher
------------------------------------------------------------------------
mr_teacher's Profile: http://www.excelforum.com/member.php...o&userid=34352
View this thread: http://www.excelforum.com/showthread...hreadid=567383



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Making info appear in another cell


Thanks for all your help guys I have now cracked it and thanks to you
learned a bit more about Excel too, you have been really helpful!!!!!:)


--
tasadin
------------------------------------------------------------------------
tasadin's Profile: http://www.excelforum.com/member.php...o&userid=36979
View this thread: http://www.excelforum.com/showthread...hreadid=567383

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
How to create/run "cell A equals Cell B put Cell C info in Cell D abmb161 Excel Discussion (Misc queries) 5 January 26th 06 06:36 PM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM
Function making cell really "empty" Arvi Laanemets Excel Worksheet Functions 2 January 31st 05 05:23 PM


All times are GMT +1. The time now is 11:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"