ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I do a multiple IF (https://www.excelbanter.com/excel-discussion-misc-queries/121937-how-do-i-do-multiple-if.html)

Sean

How do I do a multiple IF
 
How do I automatically enter the data on condition of another cell:
If type 1 then old NO
If type 2 then New NO
If type 3 then New NO
If type 4 Then Old NO

where New No Column a
and Old NO column B
Type is Column C
date req in column d

mUCH APPRICATIED IF ANYONE CAN HELP WITH FORMULAR


Dave F

How do I do a multiple IF
 
I'm not clear on what you want, but the syntax for nested IF statements is
the following:

=IF(A,B,IF(C,D,IF(E,F,G)))
--
Brevity is the soul of wit.


"Sean" wrote:

How do I automatically enter the data on condition of another cell:
If type 1 then old NO
If type 2 then New NO
If type 3 then New NO
If type 4 Then Old NO

where New No Column a
and Old NO column B
Type is Column C
date req in column d

mUCH APPRICATIED IF ANYONE CAN HELP WITH FORMULAR


Don Guillett

How do I do a multiple IF
 
??
=if(or(a2=1,a2=4),"Old","New")
or
=if(or(a2=1,a2=4),"Old",if(or(a2=2,a2=3),"New","") )

--
Don Guillett
SalesAid Software

"Sean" wrote in message
...
How do I automatically enter the data on condition of another cell:
If type 1 then old NO
If type 2 then New NO
If type 3 then New NO
If type 4 Then Old NO

where New No Column a
and Old NO column B
Type is Column C
date req in column d

mUCH APPRICATIED IF ANYONE CAN HELP WITH FORMULAR





All times are GMT +1. The time now is 08:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com