answersLogoWhite

0

You just need to be able to reference the other sheet, which you do with the sheet name, an exclamation mark and a cell reference. So in a cell on Sheet2, you could have a formula referencing cell A3 on Sheet1 that could be something like:

=IF(Sheet1!A3>50, "Over 50","50 or Less")

User Avatar

Wiki User

8y ago

What else can I help you with?