Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chris
 
Posts: n/a
Default Extremely frusterated. 3 quick questions

Ok I've spent hours, yes hours, attempting to do just 3 simple things. Well
they sound simple but hopefully they actually are simple. I've looked
through ALL the functions in excel and could not find hat i'm looking for.
The first thing I want to do it is set multiple cells equalling to a seperate
cell. Now theres a way to do this indivudually but if you click and drag the
result to other cells it doesn't retain the box you want, it gives box's in
ascending order. For example, I want D-17 with a value of lets say 5 to equal
ten different cells. So i left click my first cell hit "=" then click cell
D-17. This cell now equals whatever content is in D-17, in this example its
5. I drag this cell to 10 cells below it and they all don't equal D-17, they
equal D-18,D-19,D-20 etc..... Is there a way to assign multiple cells to a
single box?


Another question I have which probably took me the longest amount of effort
of research was: Let's say I have a few columns. If someone is filling in
these columns and a value of one the cells is greater than 5 lets say, the
number that they entered turns red or any other color. I can't figure out
how to do this. Anyone have an idea.?

My last question that I have is lets say I have a List Box. Someone can
click a cell and a list drops down and that person can select a particular
option. Now lets say they select 1 out of 10 of the choices. I want to assign
a value to a seperate cell depending on what option is picked. So lets say
Hamburger is picked out of pizza, fries, icecream, etc., I want a new cell to
be linked to this that has a value of lets say 3.95. I got it working with an
if statement but the if statement only gives me two options, i need 10. Any
ideas?

I appreciate any and all help. Its kinda silly that once you know something
it can be repeated in 10 seconds. but if you don't know how to do the little
easy tricks it can take hours and hours to figure them out. Thanks a lot guys



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Extremely frusterated. 3 quick questions

Question 1:
----------------
Instead of =D17, type: =D$17
This way, the row refernce becomes absolute and does not get incremented
when copied down.

You could also enter =$D$17 so that column reference also becomes absolute,
and your formula can get dragged right (or left)

Question 2:
----------------
FormatConditional format


Question 3:
----------------
Look for VLOOKUP in Help

HTH
--
AP

"Chris" a écrit dans le message de news:
...
Ok I've spent hours, yes hours, attempting to do just 3 simple things.
Well
they sound simple but hopefully they actually are simple. I've looked
through ALL the functions in excel and could not find hat i'm looking for.
The first thing I want to do it is set multiple cells equalling to a
seperate
cell. Now theres a way to do this indivudually but if you click and drag
the
result to other cells it doesn't retain the box you want, it gives box's
in
ascending order. For example, I want D-17 with a value of lets say 5 to
equal
ten different cells. So i left click my first cell hit "=" then click cell
D-17. This cell now equals whatever content is in D-17, in this example
its
5. I drag this cell to 10 cells below it and they all don't equal D-17,
they
equal D-18,D-19,D-20 etc..... Is there a way to assign multiple cells to a
single box?


Another question I have which probably took me the longest amount of
effort
of research was: Let's say I have a few columns. If someone is filling in
these columns and a value of one the cells is greater than 5 lets say, the
number that they entered turns red or any other color. I can't figure out
how to do this. Anyone have an idea.?

My last question that I have is lets say I have a List Box. Someone can
click a cell and a list drops down and that person can select a particular
option. Now lets say they select 1 out of 10 of the choices. I want to
assign
a value to a seperate cell depending on what option is picked. So lets
say
Hamburger is picked out of pizza, fries, icecream, etc., I want a new cell
to
be linked to this that has a value of lets say 3.95. I got it working with
an
if statement but the if statement only gives me two options, i need 10.
Any
ideas?

I appreciate any and all help. Its kinda silly that once you know
something
it can be repeated in 10 seconds. but if you don't know how to do the
little
easy tricks it can take hours and hours to figure them out. Thanks a lot
guys





  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Extremely frusterated. 3 quick questions

I've spent hours, yes hours, attempting to do just 3 simple things.

One of the advantages of getting paid by the hour! <bg

Sorry, I couldn't resist!

See the reply by Ardus for productive solutions.

Biff

"Chris" wrote in message
...
Ok I've spent hours, yes hours, attempting to do just 3 simple things.
Well
they sound simple but hopefully they actually are simple. I've looked
through ALL the functions in excel and could not find hat i'm looking for.
The first thing I want to do it is set multiple cells equalling to a
seperate
cell. Now theres a way to do this indivudually but if you click and drag
the
result to other cells it doesn't retain the box you want, it gives box's
in
ascending order. For example, I want D-17 with a value of lets say 5 to
equal
ten different cells. So i left click my first cell hit "=" then click cell
D-17. This cell now equals whatever content is in D-17, in this example
its
5. I drag this cell to 10 cells below it and they all don't equal D-17,
they
equal D-18,D-19,D-20 etc..... Is there a way to assign multiple cells to a
single box?


Another question I have which probably took me the longest amount of
effort
of research was: Let's say I have a few columns. If someone is filling in
these columns and a value of one the cells is greater than 5 lets say, the
number that they entered turns red or any other color. I can't figure out
how to do this. Anyone have an idea.?

My last question that I have is lets say I have a List Box. Someone can
click a cell and a list drops down and that person can select a particular
option. Now lets say they select 1 out of 10 of the choices. I want to
assign
a value to a seperate cell depending on what option is picked. So lets
say
Hamburger is picked out of pizza, fries, icecream, etc., I want a new cell
to
be linked to this that has a value of lets say 3.95. I got it working with
an
if statement but the if statement only gives me two options, i need 10.
Any
ideas?

I appreciate any and all help. Its kinda silly that once you know
something
it can be repeated in 10 seconds. but if you don't know how to do the
little
easy tricks it can take hours and hours to figure them out. Thanks a lot
guys





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
 
Posts: n/a
Default Extremely frusterated. 3 quick questions

Or, perhaps the company should pay one of us and free the OP for more
important duties.

--
Don Guillett
SalesAid Software

"Biff" wrote in message
...
I've spent hours, yes hours, attempting to do just 3 simple things.


One of the advantages of getting paid by the hour! <bg

Sorry, I couldn't resist!

See the reply by Ardus for productive solutions.

Biff

"Chris" wrote in message
...
Ok I've spent hours, yes hours, attempting to do just 3 simple things.
Well
they sound simple but hopefully they actually are simple. I've looked
through ALL the functions in excel and could not find hat i'm looking
for.
The first thing I want to do it is set multiple cells equalling to a
seperate
cell. Now theres a way to do this indivudually but if you click and drag
the
result to other cells it doesn't retain the box you want, it gives box's
in
ascending order. For example, I want D-17 with a value of lets say 5 to
equal
ten different cells. So i left click my first cell hit "=" then click
cell
D-17. This cell now equals whatever content is in D-17, in this example
its
5. I drag this cell to 10 cells below it and they all don't equal D-17,
they
equal D-18,D-19,D-20 etc..... Is there a way to assign multiple cells to
a
single box?


Another question I have which probably took me the longest amount of
effort
of research was: Let's say I have a few columns. If someone is filling in
these columns and a value of one the cells is greater than 5 lets say,
the
number that they entered turns red or any other color. I can't figure
out
how to do this. Anyone have an idea.?

My last question that I have is lets say I have a List Box. Someone can
click a cell and a list drops down and that person can select a
particular
option. Now lets say they select 1 out of 10 of the choices. I want to
assign
a value to a seperate cell depending on what option is picked. So lets
say
Hamburger is picked out of pizza, fries, icecream, etc., I want a new
cell to
be linked to this that has a value of lets say 3.95. I got it working
with an
if statement but the if statement only gives me two options, i need 10.
Any
ideas?

I appreciate any and all help. Its kinda silly that once you know
something
it can be repeated in 10 seconds. but if you don't know how to do the
little
easy tricks it can take hours and hours to figure them out. Thanks a lot
guys







  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chris
 
Posts: n/a
Default Extremely frusterated. 3 quick questions

Ok I got the first 2 questions working so thanks a lot Ardus. I need help on
the last one though. Are you sure I can use Vlookup on a list box? Let me
explain my problem again. A person clicks a cell and a list of several
choices drop down which they get to pick from. I need another cell displaying
a number which depends on what the person picks from the list box. So if cell
A-10 is clicked and 15 choices pop down and a person clicks "Bolts", a new
cell lets say C-10 will display 5.00. If A-10 was selected with "Screws" then
C-10 will display 4.00. Is this possible?


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben
 
Posts: n/a
Default Extremely frusterated. 3 quick questions

Chris

The basics of VLOOKUP.....

Assume you have two columns, F and G

F1:F15 contains a list of 15 items "bolts" "screws" "nuts" etc.

G1:G15 contains the corresponding numbers 5.00, 4.00, 3.00 etc.

In A1 is your dropdown with the list from F1:F15

In B1 enter =VLOOKUP(A1,$F$1:$G$15,2,FALSE)

When you pick an item from the dropdown, B1 will show the corresponding number.

Adjust the ranges to suit your layout.

Note: the Table can be on another sheet if you wish.

The formula would then be =VLOOKUP(A1, Sheet2!$F$1:$G$15,2,FALSE)


Gord Dibben MS Excel MVP

On Sat, 17 Jun 2006 09:36:01 -0700, Chris
wrote:

Ok I got the first 2 questions working so thanks a lot Ardus. I need help on
the last one though. Are you sure I can use Vlookup on a list box? Let me
explain my problem again. A person clicks a cell and a list of several
choices drop down which they get to pick from. I need another cell displaying
a number which depends on what the person picks from the list box. So if cell
A-10 is clicked and 15 choices pop down and a person clicks "Bolts", a new
cell lets say C-10 will display 5.00. If A-10 was selected with "Screws" then
C-10 will display 4.00. Is this possible?


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RagDyeR
 
Posts: n/a
Default Extremely frusterated. 3 quick questions

Anyone who pays a programmer by the hour is not overly bright!<bg
--

Regards,

RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------

"Biff" wrote in message
...
I've spent hours, yes hours, attempting to do just 3 simple things.


One of the advantages of getting paid by the hour! <bg

Sorry, I couldn't resist!

See the reply by Ardus for productive solutions.

Biff

"Chris" wrote in message
...
Ok I've spent hours, yes hours, attempting to do just 3 simple things.
Well
they sound simple but hopefully they actually are simple. I've looked
through ALL the functions in excel and could not find hat i'm looking for.
The first thing I want to do it is set multiple cells equalling to a
seperate
cell. Now theres a way to do this indivudually but if you click and drag
the
result to other cells it doesn't retain the box you want, it gives box's
in
ascending order. For example, I want D-17 with a value of lets say 5 to
equal
ten different cells. So i left click my first cell hit "=" then click cell
D-17. This cell now equals whatever content is in D-17, in this example
its
5. I drag this cell to 10 cells below it and they all don't equal D-17,
they
equal D-18,D-19,D-20 etc..... Is there a way to assign multiple cells to a
single box?


Another question I have which probably took me the longest amount of
effort
of research was: Let's say I have a few columns. If someone is filling in
these columns and a value of one the cells is greater than 5 lets say, the
number that they entered turns red or any other color. I can't figure out
how to do this. Anyone have an idea.?

My last question that I have is lets say I have a List Box. Someone can
click a cell and a list drops down and that person can select a particular
option. Now lets say they select 1 out of 10 of the choices. I want to
assign
a value to a seperate cell depending on what option is picked. So lets
say
Hamburger is picked out of pizza, fries, icecream, etc., I want a new cell
to
be linked to this that has a value of lets say 3.95. I got it working with
an
if statement but the if statement only gives me two options, i need 10.
Any
ideas?

I appreciate any and all help. Its kinda silly that once you know
something
it can be repeated in 10 seconds. but if you don't know how to do the
little
easy tricks it can take hours and hours to figure them out. Thanks a lot
guys






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
Keeping status on posed questions in Excel Jaydubs Excel Discussion (Misc queries) 5 June 8th 06 05:08 AM
quick access bar Jean-Marc Excel Discussion (Misc queries) 0 May 30th 06 08:00 AM
Excel - how can I practice formulas on financial questions? flamingformulas Excel Discussion (Misc queries) 4 February 20th 06 03:18 PM
Pivot Table for survey data w/ questions as Rows & poss answrs as pfwebadmin Excel Discussion (Misc queries) 0 May 17th 05 02:31 PM
two quick questions on excel. please answer as soon as possible... Microofficetester Excel Worksheet Functions 6 December 17th 04 01:42 AM


All times are GMT +1. The time now is 01:13 AM.

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

About Us

"It's about Microsoft Excel"