#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 149
Default issues in exxcel

first issue : i have in cell A1 the word (office) ...i would like to make a
formula which says : if A1 contains text (true value="okay")

second issue : i have in cell A2 the number (5) ...i would like to make a
formula which says : if A2 contains a number (true value="1000")

third issue : i would like to make a HYPERLINK for cell A3 located in
sheet3 and who may combine cell A1 in sheet1 , and cell A2 in sheet 2.......
i means that if i
ever click the hyperlink A3 , i will get the cells A1 and A2 shadowed as
references
thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default issues in exxcel

For issues 1 & 2:

=IF(ISTEXT(A1),"okay","")
=IF(ISTEXT(A1),"","1000")

--
Gary''s Student - gsnu200779


"pierre" wrote:

first issue : i have in cell A1 the word (office) ...i would like to make a
formula which says : if A1 contains text (true value="okay")

second issue : i have in cell A2 the number (5) ...i would like to make a
formula which says : if A2 contains a number (true value="1000")

third issue : i would like to make a HYPERLINK for cell A3 located in
sheet3 and who may combine cell A1 in sheet1 , and cell A2 in sheet 2.......
i means that if i
ever click the hyperlink A3 , i will get the cells A1 and A2 shadowed as
references
thank you

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default issues in exxcel

hi
item one and two are easy.
=IF(ISTEXT(A1),"Okay","Not Okay")
=IF(ISNUMBER(A2),1000,"")
but the third part.....not sure what you mean by "shawdowed as a reference"

Regards
FSt1

"pierre" wrote:

first issue : i have in cell A1 the word (office) ...i would like to make a
formula which says : if A1 contains text (true value="okay")

second issue : i have in cell A2 the number (5) ...i would like to make a
formula which says : if A2 contains a number (true value="1000")

third issue : i would like to make a HYPERLINK for cell A3 located in
sheet3 and who may combine cell A1 in sheet1 , and cell A2 in sheet 2.......
i means that if i
ever click the hyperlink A3 , i will get the cells A1 and A2 shadowed as
references
thank you

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 149
Default issues in exxcel

i mean that if i should click the hyperlink cell A3 in sheet 3 , it should
show me the cells A2 in sheet 2 and A1 in sheet 1 .thank you.


"
third issue : i would like to make a HYPERLINK for cell A3 located in
sheet3 and who may combine cell A1 in sheet1 , and cell A2 in sheet 2.......
i means that if i
ever click the hyperlink A3 , i will get the cells A1 and A2 shadowed as
references
thank you

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default issues in exxcel

hi
if you want to see sheet2 A1 and A2 from sheet 2, how about a formula instead
=Sheet1!A1&" "&Sheet1!A2

this will display both in Cell A3

Regards
FSt1

"pierre" wrote:

i mean that if i should click the hyperlink cell A3 in sheet 3 , it should
show me the cells A2 in sheet 2 and A1 in sheet 1 .thank you.


"
third issue : i would like to make a HYPERLINK for cell A3 located in
sheet3 and who may combine cell A1 in sheet1 , and cell A2 in sheet 2.......
i means that if i
ever click the hyperlink A3 , i will get the cells A1 and A2 shadowed as
references
thank you

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
OLE Action Issues speedoflight Excel Discussion (Misc queries) 1 June 23rd 06 08:43 PM
Check Box Issues Jose Zarate New Users to Excel 5 June 5th 06 07:09 PM
Pie Chart issues Aziz Ahmedabadwala Charts and Charting in Excel 1 May 27th 06 05:04 PM
Decimal Issues Danny Excel Worksheet Functions 3 May 24th 06 06:43 PM
exxcel product activation.... b166er Excel Discussion (Misc queries) 1 January 2nd 05 05:42 PM


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