#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default formula question

I need help with three formulas. if anyone can help.

formula 1
Need a formula that says, if a cell in sheet1 has number greater than 0,
then put €œYes€ in sheet2 otherwise null

formula 2
Need a formula that says if field is a, then put b, else carry data in a
column

Ei:
A B
C C
D D
A B

formula 3
Need a formula that says if cell = boat, then go to sheet2 and pull data.

thanks,
JaneS

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default formula question

=IF(Sheet1!A10,"Yes","")

=IF(A1="A","B",A1)

Don't know what you mean with the 3rd


replace A1 with the cell(s) in question


--


Regards,


Peo Sjoblom



"JaneSmith" wrote in message
...
I need help with three formulas. if anyone can help.

formula 1
Need a formula that says, if a cell in sheet1 has number greater than 0,
then put "Yes" in sheet2 otherwise null

formula 2
Need a formula that says if field is a, then put b, else carry data in a
column

Ei:
A B
C C
D D
A B

formula 3
Need a formula that says if cell = boat, then go to sheet2 and pull data.

thanks,
JaneS



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default formula question


formula 3
Need a formula that says if cell = boat, then go to sheet2 and pull data.

thanks,
JaneS


I also don't know exactly what you mean, but I assume something like
this:
=IF(A1="boat",Sheet2!A1,"")
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
Formula Question roxiemayfield Excel Worksheet Functions 2 May 10th 07 10:25 PM
Formula question Lars Excel Discussion (Misc queries) 1 March 21st 07 06:51 PM
what IF - formula question Rasoul Khoshravan Excel Worksheet Functions 4 October 13th 06 07:02 PM
What IF - formula question Gene Excel Worksheet Functions 0 October 13th 06 02:06 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM


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