Thread
:
Using the if function in a formula,
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
Posts: 11,501
Using the if function in a formula,
Hi,
=IF(A1=2,Sheet2!A1,IF(A1=3,Sheet3!A1,""))
Mike
"Nick" wrote:
Im trying to create an IF forumla to tell excel to go to a different sheet in
my workbook if a cell value = 1.
How would I do this??
Reply With Quote
Mike H
View Public Profile
Find all posts by Mike H