Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Double If Statement help

Hi

I am trying to create a formula that will look in column "b2" which will be a reference to a month i.e Jan
then if the answer is Jan, then look in column "h2",
to see if it contains a "1" (it will either contain a "1" or nothing). If it does i need it to take the value out of column G2 (which will be a number) and paste it in the cell im typing the formula into to.

Hope This makes sense

any help will be greatly appreciated.

Thanks


Submitted via EggHeadCafe - Software Developer Portal of Choice
SharePoint Video Library Template Available For Download
http://www.eggheadcafe.com/tutorials...o-library.aspx
  #2   Report Post  
Posted to microsoft.public.excel.misc
MH MH is offline
external usenet poster
 
Posts: 28
Default Double If Statement help

this should work
=IF(B2="Jan",IF(H2=1,G2,""))
--
MH



"Brad Robinson" wrote:

Hi

I am trying to create a formula that will look in column "b2" which will be a reference to a month i.e Jan
then if the answer is Jan, then look in column "h2",
to see if it contains a "1" (it will either contain a "1" or nothing). If it does i need it to take the value out of column G2 (which will be a number) and paste it in the cell im typing the formula into to.

Hope This makes sense

any help will be greatly appreciated.

Thanks


Submitted via EggHeadCafe - Software Developer Portal of Choice
SharePoint Video Library Template Available For Download
http://www.eggheadcafe.com/tutorials...o-library.aspx
.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 457
Default Double If Statement help

=IF(AND(B2="Jan",H2=1),G2,"")

--
Best Regards,

Luke M
<Brad Robinson wrote in message ...
Hi

I am trying to create a formula that will look in column "b2" which will
be a reference to a month i.e Jan
then if the answer is Jan, then look in column "h2",
to see if it contains a "1" (it will either contain a "1" or nothing). If
it does i need it to take the value out of column G2 (which will be a
number) and paste it in the cell im typing the formula into to.

Hope This makes sense

any help will be greatly appreciated.

Thanks


Submitted via EggHeadCafe - Software Developer Portal of Choice
SharePoint Video Library Template Available For Download
http://www.eggheadcafe.com/tutorials...o-library.aspx



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
Reconcile Bank statement & Credit card statement & accounting data Bklynhyc Excel Worksheet Functions 0 October 7th 09 09:07 PM
Purpose of Double Unary in AND Statement Daren Excel Worksheet Functions 11 October 30th 08 01:12 AM
double axis, double problem (i hope only to me) kitcho Charts and Charting in Excel 1 December 30th 06 12:52 AM
Using "double equal signs" in place of an IF statement Scott P Excel Worksheet Functions 2 June 21st 06 04:13 AM
Double if statement bastien86 Excel Worksheet Functions 1 June 14th 06 07:31 PM


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

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"