Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 147
Default CAN ANYONE HELP WITH A SPECIFIC FORMULA I NEED?

here is what I need and all attempts of writing it have failed.

in cell d3 of worksheet C, I need:

value of b15 of worksheet A only if cell c2 has a value of 1
worksheet A is called pricing

one formula I tried:
=index(if(pricing!$c$2=1, b15... or something like that....
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 101
Default CAN ANYONE HELP WITH A SPECIFIC FORMULA I NEED?

Hi christine,

How about ...

=IF(Pricing!$C$2=1,B15,"")

HTH

--
Regards,
Zack Barresse, aka firefytr
To email, remove NOSPAM



"christine" wrote in message
...
here is what I need and all attempts of writing it have failed.

in cell d3 of worksheet C, I need:

value of b15 of worksheet A only if cell c2 has a value of 1
worksheet A is called pricing

one formula I tried:
=index(if(pricing!$c$2=1, b15... or something like that....



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 296
Default CAN ANYONE HELP WITH A SPECIFIC FORMULA I NEED?

On Thu, 30 Mar 2006 14:54:01 -0800, christine
wrote:

here is what I need and all attempts of writing it have failed.

in cell d3 of worksheet C, I need:

value of b15 of worksheet A only if cell c2 has a value of 1
worksheet A is called pricing

one formula I tried:
=index(if(pricing!$c$2=1, b15... or something like that....



You didn't say what you wanted returned if C2 is not one. I've assumed
null.

=If(pricing!$c$2=1,Pricing!B15,"")

HTH


__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default CAN ANYONE HELP WITH A SPECIFIC FORMULA I NEED?

The formula for cell D3 of worksheet C should be
=IF(pricing!$C$2=1,pricing!B15,)

if C2 does not equal 1, then the result is empty


"christine" wrote:

here is what I need and all attempts of writing it have failed.

in cell d3 of worksheet C, I need:

value of b15 of worksheet A only if cell c2 has a value of 1
worksheet A is called pricing

one formula I tried:
=index(if(pricing!$c$2=1, b15... or something like that....

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
UDF/Formula to replace only specific FARAZ QURESHI Excel Discussion (Misc queries) 3 June 9th 09 06:32 AM
Specific formula query TomL77 Excel Worksheet Functions 7 December 5th 07 08:35 PM
Need formula to add specific #'s across the top kdogtrainer New Users to Excel 6 July 25th 07 01:30 AM
Formula that 'contains' a specific word TMF in MN Excel Worksheet Functions 3 February 7th 06 07:58 PM
i need help with finding a specific formula Dave Edinburgh Excel Discussion (Misc queries) 2 January 7th 06 11:15 PM


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