Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default multiple conditions

Hello,
I'm working on a attendance and vacation worksheet. The fist tab is a
summary of the other 4 tabs. This very similar to Micosofts tracking
templete1.I'm having trouble with summing multiple worksheet with a if then
statement. Here is what I have so far,
=SUM('1st Q:4th Q'!F6). This works fine. I want to also include if the value
is greater than 2 "verbal warning, grater than 3 "written waning", greater
than 4 "days suspension". I thought about putting the =sum statement in VB,
and use the cell for the =if statement, but I'm not to sure how.
Thank you for you time!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default multiple conditions

Hi!

If I understand, try this:

=LOOKUP(SUM('1st Q:4th Q'!F6),{0,3,4,5},{"","verbal","written","time off"})

Biff

"Rocket" wrote in message
...
Hello,
I'm working on a attendance and vacation worksheet. The fist tab is a
summary of the other 4 tabs. This very similar to Micosofts tracking
templete1.I'm having trouble with summing multiple worksheet with a if
then
statement. Here is what I have so far,
=SUM('1st Q:4th Q'!F6). This works fine. I want to also include if the
value
is greater than 2 "verbal warning, grater than 3 "written waning", greater
than 4 "days suspension". I thought about putting the =sum statement in
VB,
and use the cell for the =if statement, but I'm not to sure how.
Thank you for you time!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default multiple conditions

=LOOKUP(SUM('1st Q:4th Q'!F6),{0,3,4,5},{"","verbal","written","time
off"})


=LOOKUP(SUM('1st Q:4th Q'!F6),{0,3,4,5},{"","verbal","written","promote to
CEO"})

<g

Biff

"Biff" wrote in message
...
Hi!

If I understand, try this:

=LOOKUP(SUM('1st Q:4th Q'!F6),{0,3,4,5},{"","verbal","written","time
off"})

Biff

"Rocket" wrote in message
...
Hello,
I'm working on a attendance and vacation worksheet. The fist tab is a
summary of the other 4 tabs. This very similar to Micosofts tracking
templete1.I'm having trouble with summing multiple worksheet with a if
then
statement. Here is what I have so far,
=SUM('1st Q:4th Q'!F6). This works fine. I want to also include if the
value
is greater than 2 "verbal warning, grater than 3 "written waning",
greater
than 4 "days suspension". I thought about putting the =sum statement in
VB,
and use the cell for the =if statement, but I'm not to sure how.
Thank you for you time!





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default multiple conditions



"Biff" wrote:

=LOOKUP(SUM('1st Q:4th Q'!F6),{0,3,4,5},{"","verbal","written","time
off"})


=LOOKUP(SUM('1st Q:4th Q'!F6),{0,3,4,5},{"","verbal","written","promote to
CEO"})

<g

Biff

"Biff" wrote in message
...
Hi!

If I understand, try this:

=LOOKUP(SUM('1st Q:4th Q'!F6),{0,3,4,5},{"","verbal","written","time
off"})

Biff

"Rocket" wrote in message
...
Hello,
I'm working on a attendance and vacation worksheet. The fist tab is a
summary of the other 4 tabs. This very similar to Micosofts tracking
templete1.I'm having trouble with summing multiple worksheet with a if
then
statement. Here is what I have so far,
=SUM('1st Q:4th Q'!F6). This works fine. I want to also include if the
value
is greater than 2 "verbal warning, grater than 3 "written waning",
greater
than 4 "days suspension". I thought about putting the =sum statement in
VB,
and use the cell for the =if statement, but I'm not to sure how.
Thank you for you time!





This work great! Thanks again for the quick responce.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default multiple conditions

You're welcome. Thanks for the feedback!

Biff

"Rocket" wrote in message
...


"Biff" wrote:

=LOOKUP(SUM('1st Q:4th Q'!F6),{0,3,4,5},{"","verbal","written","time
off"})


=LOOKUP(SUM('1st Q:4th Q'!F6),{0,3,4,5},{"","verbal","written","promote
to
CEO"})

<g

Biff

"Biff" wrote in message
...
Hi!

If I understand, try this:

=LOOKUP(SUM('1st Q:4th Q'!F6),{0,3,4,5},{"","verbal","written","time
off"})

Biff

"Rocket" wrote in message
...
Hello,
I'm working on a attendance and vacation worksheet. The fist tab is a
summary of the other 4 tabs. This very similar to Micosofts tracking
templete1.I'm having trouble with summing multiple worksheet with a if
then
statement. Here is what I have so far,
=SUM('1st Q:4th Q'!F6). This works fine. I want to also include if the
value
is greater than 2 "verbal warning, grater than 3 "written waning",
greater
than 4 "days suspension". I thought about putting the =sum statement
in
VB,
and use the cell for the =if statement, but I'm not to sure how.
Thank you for you time!




This work great! Thanks again for the quick responce.



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
Lookup with multiple conditions Svenvlad Excel Worksheet Functions 8 February 2nd 06 05:30 PM
COUNTIF Multiple Conditions Paul Sheppard Excel Discussion (Misc queries) 5 December 28th 05 07:03 PM
COUNTIF - multiple conditions allphin Excel Worksheet Functions 4 September 18th 05 04:05 PM
SUM based on multiple conditions - SORRY, URGENT!!! marika1981 Excel Worksheet Functions 4 February 18th 05 11:13 AM
Summarize data with multiple conditions OkieViking Excel Discussion (Misc queries) 1 December 16th 04 09:17 PM


All times are GMT +1. The time now is 06:24 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"