Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
T_Sr
 
Posts: n/a
Default Multiple "if" formulas

Hello I'm new here and this may have been answered already, however I've been
unable to find the answer.
I'm trying to have one cell (A1) give me a set number (10), if (B1=1) or
(C1=2) or (D1=3) for example. Any help on this topic would be greatly
appreciated. Let me know if there are any questions.

Thanks,
T_Sr
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Dave Peterson
 
Posts: n/a
Default Multiple "if" formulas

In A1:

=if(or(b1=1,c1=2,d1=3),10,"whatgoeshere")


T_Sr wrote:

Hello I'm new here and this may have been answered already, however I've been
unable to find the answer.
I'm trying to have one cell (A1) give me a set number (10), if (B1=1) or
(C1=2) or (D1=3) for example. Any help on this topic would be greatly
appreciated. Let me know if there are any questions.

Thanks,
T_Sr


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.newusers
CLR
 
Posts: n/a
Default Multiple "if" formulas

=IF(OR(B1=1,C1=2,D1=3),10,"")

Vaya con Dios,
Chuck, CABGx3



"T_Sr" <u17260@uwe wrote in message news:59d463117080b@uwe...
Hello I'm new here and this may have been answered already, however I've

been
unable to find the answer.
I'm trying to have one cell (A1) give me a set number (10), if (B1=1) or
(C1=2) or (D1=3) for example. Any help on this topic would be greatly
appreciated. Let me know if there are any questions.

Thanks,
T_Sr



  #4   Report Post  
Posted to microsoft.public.excel.newusers
paul
 
Posts: n/a
Default Multiple "if" formulas

this formula will do exactly what you suggest,look at the or and
functions..in A1 type
=IF(OR(B1=1,C1=2,D1=3),10,"").So if any of tose conitions are true a1 will
show 10 if ALL are false it wil be blank
--
paul
remove nospam for email addy!



"T_Sr" wrote:

Hello I'm new here and this may have been answered already, however I've been
unable to find the answer.
I'm trying to have one cell (A1) give me a set number (10), if (B1=1) or
(C1=2) or (D1=3) for example. Any help on this topic would be greatly
appreciated. Let me know if there are any questions.

Thanks,
T_Sr

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
Formulas for Multiple sheets in a workbook Gary Excel Discussion (Misc queries) 1 October 4th 05 07:59 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
Inserting Multiple Rows with Formulas ShineboxNJ Excel Worksheet Functions 2 November 18th 04 02:30 AM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


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